Date: Thursday, May 18, 2023 @ 01:51:32 Author: grawlinson Revision: 1463022
upgpkg: sheldon 0.7.3-1; new upstream release Modified: sheldon/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-18 01:39:13 UTC (rev 1463021) +++ PKGBUILD 2023-05-18 01:51:32 UTC (rev 1463022) @@ -2,15 +2,20 @@ pkgbase=sheldon pkgname=('sheldon' 'sheldon-docs') -pkgver=0.7.1 +pkgver=0.7.3 pkgrel=1 pkgdesc='A fast and configurable shell plugin manager' arch=('x86_64') url='https://sheldon.cli.rs' license=('Apache' 'MIT') -makedepends=('git' 'rust' 'mdbook-linkcheck' 'curl') +makedepends=( + 'git' + 'rust' + 'mdbook-linkcheck' + 'curl' +) options=('!lto') -_commit='e035af3650cff77ef8dfb56ea4751e3a63df47ad' +_commit='492fbeba22ffa1a81946549a04dbe9878dde5155' source=("git+https://github.com/rossmacarthur/sheldon.git#commit=$_commit") b2sums=('SKIP') @@ -44,7 +49,13 @@ } package_sheldon() { - depends=('curl') + depends=( + 'glibc' + 'gcc-libs' + 'openssl' + 'zlib' + 'curl' + ) optdepends=('sheldon-docs: documentation') cd "$pkgbase"