summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-11-06 09:53:28 -0800
committerAndy Weidenbaum2017-11-06 09:53:28 -0800
commitf005b570e5dfd0976e1931b17c23cefeb8fb85ab (patch)
tree89b4b5ff46534a152b6b9150a00c252c6896c286
parent160b355850508c08561cd9df9bdac4b215a0c3d6 (diff)
downloadaur-f005b570e5dfd0976e1931b17c23cefeb8fb85ab.tar.gz
increment pkgrel to 2; depends+=nlohmann-json
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 349d1a9538e3..3899cd76f912 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 16 19:06:23 UTC 2016
+# Mon Nov 6 17:53:15 UTC 2017
pkgbase = nix-git
pkgdesc = The Purely Functional Package Manager
pkgver = 1.11.20160112
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/NixOS/nix
arch = i686
arch = x86_64
@@ -25,6 +25,7 @@ pkgbase = nix-git
depends = libsodium
depends = libxml2
depends = libxslt
+ depends = nlohmann-json
depends = openssl
depends = patch
depends = perl
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
}