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


Commits:
f3cdc6ca by George Rawlinson at 2024-09-23T11:58:01+12:00
upgpkg: 0.8.0-1

* New upstream release.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,19 @@
 pkgbase = sheldon
        pkgdesc = A fast and configurable shell plugin manager
-       pkgver = 0.7.4
+       pkgver = 0.8.0
        pkgrel = 1
        url = https://sheldon.cli.rs
        arch = x86_64
-       license = Apache
+       license = Apache-2.0
        license = MIT
        makedepends = git
        makedepends = rust
        makedepends = mdbook-linkcheck
        makedepends = curl
        options = !lto
-       source = 
git+https://github.com/rossmacarthur/sheldon.git#commit=9a56dcfc79c6e9f9bcf8480c162c50db013bb172
-       b2sums = SKIP
+       source = git+https://github.com/rossmacarthur/sheldon.git#tag=0.8.0
+       sha512sums = 
20237eec192695c5b66c593a9327d2c5cbc3eeb859159d84a883bd74429dafd454635736eebb19a3841bcc83479e9cff2190d877e898dbce0e74864d85dc533b
+       b2sums = 
e16780fe79abb007d34f38b59a4d4c0d3306e2139f2067b5cac38882bac7531ea380273d3009a6b5a34f9975297033d1571db77b3a28c0edf85b3444949880be
 
 pkgname = sheldon
        depends = glibc


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 
 pkgbase=sheldon
 pkgname=('sheldon' 'sheldon-docs')
-pkgver=0.7.4
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='A fast and configurable shell plugin manager'
 arch=('x86_64')
 url='https://sheldon.cli.rs'
-license=('Apache' 'MIT')
+license=('Apache-2.0' 'MIT')
 makedepends=(
   'git'
   'rust'
@@ -15,15 +15,9 @@ makedepends=(
   'curl'
 )
 options=('!lto')
-_commit='9a56dcfc79c6e9f9bcf8480c162c50db013bb172'
-source=("git+https://github.com/rossmacarthur/sheldon.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgbase"
-
-  git describe --tags | sed 's/^v//'
-}
+source=("git+https://github.com/rossmacarthur/sheldon.git#tag=$pkgver";)
+sha512sums=('20237eec192695c5b66c593a9327d2c5cbc3eeb859159d84a883bd74429dafd454635736eebb19a3841bcc83479e9cff2190d877e898dbce0e74864d85dc533b')
+b2sums=('e16780fe79abb007d34f38b59a4d4c0d3306e2139f2067b5cac38882bac7531ea380273d3009a6b5a34f9975297033d1571db77b3a28c0edf85b3444949880be')
 
 prepare() {
   cd "$pkgbase"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sheldon/-/commit/f3cdc6ca820e4f71e97d42d69265d348cba3aafc

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


Reply via email to