summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2016-08-04 15:11:44 +0800
committerTing-Wei Lan2016-08-04 21:06:34 +0800
commitae503e5ca998ce4c53205aee9df91c60911e9530 (patch)
tree34bad13574dbe5c6da92b24fc301e6d386d07300 /PKGBUILD
parent2414a6a647a9d7368d142790218d4ce135c7a646 (diff)
downloadaur-ae503e5ca998ce4c53205aee9df91c60911e9530.tar.gz
guix: 0.10.0 -> 0.11.0
Stop calling install-info in guix.install because it is already done by pacman hooks.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5072c8dbc89f..392765c1a7bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# gpg --recv-keys 090B11993D9AEBB5
pkgname=guix
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc="A purely functional package manager for the GNU system"
arch=('x86_64' 'i686')
@@ -32,8 +32,8 @@ optdepends=(
source=(
"ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
install="${pkgname}.install"
-sha1sums=('36be27ea1f1314d508bd80c84cadf7eafe974093'
- '915ffda358412018a413ae07054ed19f725e3797')
+sha1sums=('bd12d65a46c8eef3b490efea6ac953b995d524eb'
+ 'a9080412df96832d22e57a1bcc76e3016f93f0b0')
validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5')
build() {