summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhalosghost2015-08-10 18:37:10 -0500
committerhalosghost2015-08-10 18:37:10 -0500
commit05e6d3bf21abed650d5193aad55b144f6209b835 (patch)
tree67ff4d83b0c48ff3f67671173d644f8163138ec3 /PKGBUILD
parentbbc9ba1e0fe817b5cf16926e6e4ed6f75216df12 (diff)
downloadaur-05e6d3bf21abed650d5193aad55b144f6209b835.tar.gz
Add jansson dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0c355702dea..9b53e3969282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Stuewe <halosghost at archlinux dot info>
pkgname=pbpst-git
-pkgver=0.r77.d2c79f1
+pkgver=0.r133.629fb67
pkgrel=1
pkgdesc='A small tool to interact with pb instances'
@@ -9,7 +9,7 @@ url='https://github.com/HalosGhost/pbpst'
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('curl')
+depends=('curl' 'jansson')
makedepends=('git' 'tup' 'clang' 'python-sphinx')
source=('git+https://github.com/HalosGhost/pbpst.git')