summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2013-12-12 02:20:20 +0800
committerLAN-TW <lantw44@gmail.com>2013-12-12 02:20:20 +0800
commite4d7ee5550a92f4c020a6c2a374afb4483eb1a2b (patch)
treee8aefde168b32e33af3e544b97a245a0d90f3058
parent0f7d7d20e8c8270e1c48d74b17153d271c4169c0 (diff)
downloadAUR-PKGBUILD-e4d7ee5550a92f4c020a6c2a374afb4483eb1a2b.tar
AUR-PKGBUILD-e4d7ee5550a92f4c020a6c2a374afb4483eb1a2b.tar.gz
AUR-PKGBUILD-e4d7ee5550a92f4c020a6c2a374afb4483eb1a2b.tar.bz2
AUR-PKGBUILD-e4d7ee5550a92f4c020a6c2a374afb4483eb1a2b.tar.lz
AUR-PKGBUILD-e4d7ee5550a92f4c020a6c2a374afb4483eb1a2b.tar.xz
AUR-PKGBUILD-e4d7ee5550a92f4c020a6c2a374afb4483eb1a2b.tar.zst
AUR-PKGBUILD-e4d7ee5550a92f4c020a6c2a374afb4483eb1a2b.zip
guix: 0.4 -> 0.5
-rw-r--r--guix/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/PKGBUILD b/guix/PKGBUILD
index a760a5d..564ac8b 100644
--- a/guix/PKGBUILD
+++ b/guix/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`"