summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2013-06-29 04:16:44 +0800
committerLAN-TW <lantw44@gmail.com>2013-06-29 04:16:44 +0800
commit972bfa26e7e7b7572a0be8b1d6ad785f4f5ff213 (patch)
tree707c36f66db34207cc23ffd656ba707421b6cb5b
parenteca99ce596b5556c7d1c082d3106cb23085ec2b7 (diff)
downloadAUR-PKGBUILD-972bfa26e7e7b7572a0be8b1d6ad785f4f5ff213.tar
AUR-PKGBUILD-972bfa26e7e7b7572a0be8b1d6ad785f4f5ff213.tar.gz
AUR-PKGBUILD-972bfa26e7e7b7572a0be8b1d6ad785f4f5ff213.tar.bz2
AUR-PKGBUILD-972bfa26e7e7b7572a0be8b1d6ad785f4f5ff213.tar.lz
AUR-PKGBUILD-972bfa26e7e7b7572a0be8b1d6ad785f4f5ff213.tar.xz
AUR-PKGBUILD-972bfa26e7e7b7572a0be8b1d6ad785f4f5ff213.tar.zst
AUR-PKGBUILD-972bfa26e7e7b7572a0be8b1d6ad785f4f5ff213.zip
guix: guile2 has moved from AUR to extra, update depends
-rw-r--r--guix/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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
}