George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
pastel


Commits:
cd713786 by George Rawlinson at 2024-09-23T09:41:45+12:00
upgpkg: 0.10.0-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
 pkgbase = pastel
        pkgdesc = A command-line tool to generate, analyze, convert and 
manipulate colors
-       pkgver = 0.9.0
-       pkgrel = 3
+       pkgver = 0.10.0
+       pkgrel = 1
        url = https://github.com/sharkdp/pastel
        arch = x86_64
        license = MIT
-       license = Apache
+       license = Apache-2.0
        makedepends = git
        makedepends = rust
        optdepends = gpick: external color picker
@@ -13,8 +13,9 @@ pkgbase = pastel
        optdepends = zenity: external color picker
        optdepends = yad: external color picker
        optdepends = kcolorchooser: external color picker
-       source = 
pastel::git+https://github.com/sharkdp/pastel.git#commit=47f9ddd59ea14df8d9d1f1073d14501751a49fd0
-       b2sums = SKIP
+       source = pastel::git+https://github.com/sharkdp/pastel.git#tag=v0.10.0
+       sha512sums = 
06a5c880a95ed85534835eff91c64363af36b37e43d097dffb5d187992434efefccdb2eee74f300416ac082917473f7144bae9abeae37d143ecad13bae6e67a1
+       b2sums = 
2f413811271c7f6736f47afc16ea4bdb5168883de4ba09df09d1a90bc5055ef1eb07a1c25f8565acc07d36ecbc55a8b5e76f8fb10e72dc815e60d7aaeabcfbdb
 
 pkgname = pastel
        depends = gcc-libs


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 
 pkgbase=pastel
 pkgname=('pastel' 'pastel-docs')
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
 pkgdesc='A command-line tool to generate, analyze, convert and manipulate 
colors'
 arch=('x86_64')
 url='https://github.com/sharkdp/pastel'
-license=('MIT' 'Apache')
+license=('MIT' 'Apache-2.0')
 makedepends=('git' 'rust')
 optdepends=(
   'gpick: external color picker'
@@ -17,14 +17,9 @@ optdepends=(
   'yad: external color picker'
   'kcolorchooser: external color picker'
 )
-_commit='47f9ddd59ea14df8d9d1f1073d14501751a49fd0'
-source=("$pkgbase::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgbase"
-  git describe --tags | sed "s/^v//"
-}
+source=("$pkgbase::git+$url.git#tag=v$pkgver")
+sha512sums=('06a5c880a95ed85534835eff91c64363af36b37e43d097dffb5d187992434efefccdb2eee74f300416ac082917473f7144bae9abeae37d143ecad13bae6e67a1')
+b2sums=('2f413811271c7f6736f47afc16ea4bdb5168883de4ba09df09d1a90bc5055ef1eb07a1c25f8565acc07d36ecbc55a8b5e76f8fb10e72dc815e60d7aaeabcfbdb')
 
 prepare() {
   cd "$pkgbase"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pastel/-/commit/cd7137867c461f24dca38756706fb4721b6754ac

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pastel/-/commit/cd7137867c461f24dca38756706fb4721b6754ac
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to