From 972bfa26e7e7b7572a0be8b1d6ad785f4f5ff213 Mon Sep 17 00:00:00 2001 From: LAN-TW Date: Sat, 29 Jun 2013 04:16:44 +0800 Subject: guix: guile2 has moved from AUR to extra, update depends --- guix/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'guix/PKGBUILD') diff --git a/guix/PKGBUILD b/guix/PKGBUILD index 39412d6..5375e22 100644 --- a/guix/PKGBUILD +++ b/guix/PKGBUILD @@ -3,12 +3,12 @@ pkgname=guix pkgver=0.2 -pkgrel=1 +pkgrel=2 pkgdesc="GNU guix is a purely functional package manager" arch=('x86_64' 'i686') url="https://www.gnu.org/software/guix/" license=('GPL') -depends=('guile2' 'sqlite' 'bzip2' 'libgcrypt') +depends=('guile>=2.0.5' 'sqlite>=3.6.19' 'bzip2' 'libgcrypt') makedepends=() source=('ftp://alpha.gnu.org/gnu/guix/guix-0.2.tar.gz') md5sums=('4bdbbd736d0bbcb6cd7e28220c4ea1fe') @@ -32,5 +32,6 @@ build() { package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install +# only required if enabling check() # chmod -R u+w test-tmp } -- cgit