summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2013-06-29 04:16:44 +0800
committerTing-Wei Lan2013-06-29 04:16:44 +0800
commit464f6296b29292ad4b618cba8b76b277d26eba45 (patch)
tree2775db41f7957086a7c82d518f65c53c2b5fe99f /PKGBUILD
parentab361154d96c8814f550be32db635539aaa2667a (diff)
downloadaur-464f6296b29292ad4b618cba8b76b277d26eba45.tar.gz
guix: guile2 has moved from AUR to extra, update depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39412d66b11f..5375e22301d1 100644
--- a/PKGBUILD
+++ b/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
}