summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2013-12-12 02:20:20 +0800
committerTing-Wei Lan2013-12-12 02:20:20 +0800
commitff7e008f9c8b89019bf30ac4575a26b5426becbd (patch)
tree3b0c6f4329eea7e67c49e7ac68362f7f005b5a3c /PKGBUILD
parent4681700b064658af5252fac411553e3e56d00f5d (diff)
downloadaur-ff7e008f9c8b89019bf30ac4575a26b5426becbd.tar.gz
guix: 0.4 -> 0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a760a5d35fbd..564ac8b0b61a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Modified from guix-git 20130119 PKGBUILD
pkgname=guix
-pkgver=0.4
+pkgver=0.5
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=('263c0b05ac3978c98eab46ce1cd197bb')
+md5sums=('619db9bca4f4819b4fd31b78b4ae2e92')
build() {
current_arch="`uname -m`"