summaryrefslogtreecommitdiffstats
path: root/guix/PKGBUILD
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2014-04-10 11:24:59 +0800
committerLAN-TW <lantw44@gmail.com>2014-04-10 11:24:59 +0800
commit92f44809019ee83e5496ed721252acdbf66152d6 (patch)
tree7ff66e26aa59afa73bc4141399b541910a623ced /guix/PKGBUILD
parent20788ecab26a39460de0678d4a37c912ca0c1be9 (diff)
downloadAUR-PKGBUILD-92f44809019ee83e5496ed721252acdbf66152d6.tar.gz
AUR-PKGBUILD-92f44809019ee83e5496ed721252acdbf66152d6.tar.zst
AUR-PKGBUILD-92f44809019ee83e5496ed721252acdbf66152d6.zip
guix: 0.5 -> 0.6
Diffstat (limited to 'guix/PKGBUILD')
-rw-r--r--guix/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/PKGBUILD b/guix/PKGBUILD
index 564ac8b..e158fa4 100644
--- a/guix/PKGBUILD
+++ b/guix/PKGBUILD
@@ -2,7 +2,7 @@
# Modified from guix-git 20130119 PKGBUILD
pkgname=guix
-pkgver=0.5
+pkgver=0.6
pkgrel=1
pkgdesc="GNU guix is a purely functional package manager"
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('guile>=2.0.5' 'sqlite>=3.6.19' 'bzip2' 'libgcrypt')
makedepends=()
source=("ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('619db9bca4f4819b4fd31b78b4ae2e92')
+md5sums=('1315c0c5be660dbfe388385be5a8b011')
build() {
current_arch="`uname -m`"