summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2014-07-27 13:29:19 +0800
committerTing-Wei Lan2014-07-27 13:29:19 +0800
commitb2f2df2405ec1fcc58063e41c06bb7c1fdc3500e (patch)
tree5b07574f005fc9af60671854c4f095354bd7c147 /PKGBUILD
parent02e6e46e61cf445e465537b44f5aafab5bd69561 (diff)
downloadaur-b2f2df2405ec1fcc58063e41c06bb7c1fdc3500e.tar.gz
guix: 0.6 -> 0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cc134bd5229..233bc3171dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Modified from guix-git 20130119 PKGBUILD
pkgname=guix
-pkgver=0.6
-pkgrel=2
+pkgver=0.7
+pkgrel=1
pkgdesc="GNU guix is a purely functional package manager"
arch=('x86_64' 'i686')
url="https://www.gnu.org/software/guix/"
@@ -14,7 +14,7 @@ source=(
"ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"
"guix.service")
md5sums=(
-'1315c0c5be660dbfe388385be5a8b011'
+'c9d174a27fc55889c1f1b005875120ae'
'4e088207919bdefff13a9d452f79467b')
build() {