summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2013-09-27 23:20:16 +0800
committerTing-Wei Lan2013-09-27 23:20:16 +0800
commit4681700b064658af5252fac411553e3e56d00f5d (patch)
tree149d701446619c6a0f2fa047baf952e7376c6ab0 /PKGBUILD
parent29490ae825616f6db5c3926569e09aa52d5c7bbb (diff)
downloadaur-4681700b064658af5252fac411553e3e56d00f5d.tar.gz
guix: 0.3 -> 0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d1ce426d569..a760a5d35fbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Modified from guix-git 20130119 PKGBUILD
pkgname=guix
-pkgver=0.3
+pkgver=0.4
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=('1112e55273ce47cb89ccbdedb2d431f6')
+md5sums=('263c0b05ac3978c98eab46ce1cd197bb')
build() {
current_arch="`uname -m`"