summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner2017-12-02 11:16:30 -0500
committerDave Reisner2017-12-02 11:16:30 -0500
commit65128f3322c3497ae7410d95508e8578ff27be3c (patch)
tree6999a80584f44fe50b7c058da3e393f65508f7a3
parent4a7afdd79d090e2ffbd221906ce552ed0ca37249 (diff)
downloadaur-65128f3322c3497ae7410d95508e8578ff27be3c.tar.gz
Add nlohmann-json as dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23b966185358..be96875aa434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = auracle-git
pkgdesc = A flexible client for the AUR
- pkgver = r13.b7da67f
- pkgrel = 2
+ pkgver = r25.ac13e38
+ pkgrel = 1
url = https://github.com/falconindy/auracle.git
arch = x86_64
arch = i686
@@ -11,6 +11,7 @@ pkgbase = auracle-git
depends = pacman
depends = libarchive.so
depends = libcurl.so
+ depends = nlohmann-json
provides = auracle
conflicts = auracle
source = git+https://github.com/falconindy/auracle.git
diff --git a/PKGBUILD b/PKGBUILD
index 9689414f2fd5..78fb063491d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=auracle-git
_pkgname=auracle
-pkgver=r13.b7da67f
-pkgrel=2
+pkgver=r25.ac13e38
+pkgrel=1
pkgdesc='A flexible client for the AUR'
arch=('x86_64' 'i686')
url="https://github.com/falconindy/auracle.git"
license=('MIT')
-depends=('pacman' 'libarchive.so' 'libcurl.so')
+depends=('pacman' 'libarchive.so' 'libcurl.so' 'nlohmann-json')
makedepends=('meson' 'git')
provides=("$_pkgname")
conflicts=("$_pkgname")