summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-11-06 09:53:28 -0800
committerAndy Weidenbaum2017-11-06 09:53:28 -0800
commitf005b570e5dfd0976e1931b17c23cefeb8fb85ab (patch)
tree89b4b5ff46534a152b6b9150a00c252c6896c286 /PKGBUILD
parent160b355850508c08561cd9df9bdac4b215a0c3d6 (diff)
downloadaur-f005b570e5dfd0976e1931b17c23cefeb8fb85ab.tar.gz
increment pkgrel to 2; depends+=nlohmann-json
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35e12e109abd..d8a42ba4d4e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=nix-git
pkgver=1.11.20160112
-pkgrel=1
+pkgrel=2
pkgdesc="The Purely Functional Package Manager"
arch=('i686' 'x86_64')
depends=('bzip2'
@@ -17,6 +17,7 @@ depends=('bzip2'
'libsodium'
'libxml2'
'libxslt'
+ 'nlohmann-json'
'openssl'
'patch'
'perl'
@@ -52,7 +53,8 @@ pkgver() {
prepare() {
cd ${pkgname%-git}
- msg2 'Removing xml --nonet...' # https://github.com/NixOS/nix/issues/506
+ # https://github.com/NixOS/nix/issues/506
+ msg2 'Removing xml --nonet...'
sed -i "s/--nonet\s//g" doc/manual/local.mk
}