George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / sheldon
Commits: 2a64133d by George Rawlinson at 2024-01-17T13:34:49+13:00 upgpkg: 0.7.4-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,26 @@ +pkgbase = sheldon + pkgdesc = A fast and configurable shell plugin manager + pkgver = 0.7.4 + pkgrel = 1 + url = https://sheldon.cli.rs + arch = x86_64 + license = Apache + 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 + +pkgname = sheldon + depends = glibc + depends = gcc-libs + depends = openssl + depends = zlib + depends = curl + optdepends = sheldon-docs: documentation + +pkgname = sheldon-docs + pkgdesc = A fast and configurable shell plugin manager (documentation) ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgbase=sheldon pkgname=('sheldon' 'sheldon-docs') -pkgver=0.7.3 +pkgver=0.7.4 pkgrel=1 pkgdesc='A fast and configurable shell plugin manager' arch=('x86_64') @@ -15,7 +15,7 @@ makedepends=( 'curl' ) options=('!lto') -_commit='492fbeba22ffa1a81946549a04dbe9878dde5155' +_commit='9a56dcfc79c6e9f9bcf8480c162c50db013bb172' source=("git+https://github.com/rossmacarthur/sheldon.git#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sheldon/-/commit/2a64133d204454af184bb96416aed7b7fd1133df -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sheldon/-/commit/2a64133d204454af184bb96416aed7b7fd1133df You're receiving this email because of your account on gitlab.archlinux.org.
