summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-06-18 09:11:44 +0300
committerNikolay Korotkiy2019-06-18 09:11:44 +0300
commit495eda9e6c6e52d035f6287a23e30b161f5fd82c (patch)
treeae6a735cec26389bbefc4aafea5f6666488f94a1
parent8c9f56111f7f2e632415e5e9e17169d6cb352cb2 (diff)
downloadaur-495eda9e6c6e52d035f6287a23e30b161f5fd82c.tar.gz
fix --libexecdir
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18a404975c36..78d8dc0802d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by makepkg 5.1.3
+# Mon Jun 17 21:25:35 UTC 2019
pkgbase = guix-git
pkgdesc = A purely functional package manager
- pkgver = v0.15.0.r2345.gd8d8844ec
+ pkgver = v1.0.1.r840.gc8535731b8
pkgrel = 1
url = https://www.gnu.org/software/guix/
install = guix.install
diff --git a/PKGBUILD b/PKGBUILD
index adeb04cabdb4..9a21b8fae7eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Joe Hillenbrand <joehillen@gmail.com>
-# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
+# Maintainer: Nikolay Korotkiy <sikmir@gmail.com>
+# Contributor: Joe Hillenbrand <joehillen@gmail.com>
+# Contributor: Andy Weidenbaum <archbaum@gmail.com>
# Contributor: lantw44 (at) gmail (dot) com
pkgname=guix-git
-pkgver=v0.15.0.r2345.gd8d8844ec
+pkgver=v1.0.1.r840.gc8535731b8
pkgrel=1
pkgdesc="A purely functional package manager"
arch=('i686' 'x86_64')
@@ -60,7 +61,7 @@ build() {
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
- --libexecdir=/usr/lib/guix \
+ --libexecdir=/usr/lib \
--sysconfdir=/etc \
--sharedstatedir=/usr/share/guix \
--localstatedir=/var \