summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkiasoc52022-05-26 16:46:39 -0400
committerkiasoc52022-05-26 16:46:39 -0400
commit7b2f10e69a40539761ea0c510f289be7b9ed5847 (patch)
tree1faea4d25a6f15c4b6bbda5c275a98aa3d159e81 /PKGBUILD
parenta6c92e4d3a8716239bba8b7698da0f81a256b95d (diff)
downloadaur-7b2f10e69a40539761ea0c510f289be7b9ed5847.tar.gz
upgpkg: shepherd 0.9.1-1
upstream release change guile-fibers to git to avoid hanging test
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6434b382bf0..9d7052b3084b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Maintainer: Xuanrui Qi <me@xuanruiqi.com>
# Maintainer: Jeff Mickey <jeff@archlinux.org>
pkgname=shepherd
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="Service manager that looks after the herd."
arch=('x86_64')
url="https://www.gnu.org/software/shepherd/"
license=('GPL3')
-depends=('guile' 'guile-fibers')
+depends=('guile' 'guile-fibers-git')
makedepends=('gcc' 'make' 'gawk' 'sed')
source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-sha1sums=('df84c15e21b00e6237af1c243ff77dfee2373626')
+sha1sums=('52bcd330ba7b4c77d4183d58d0a8d1b798761ff6')
OPTIONS=(!strip)