summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c31c9997d090..25d8f597ada1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pbpst-git
pkgdesc = A small tool to interact with pb instances
- pkgver = 0.r77.d2c79f1
+ pkgver = 0.r133.629fb67
pkgrel = 1
url = https://github.com/HalosGhost/pbpst
arch = i686
@@ -11,6 +11,7 @@ pkgbase = pbpst-git
makedepends = clang
makedepends = python-sphinx
depends = curl
+ depends = jansson
source = git+https://github.com/HalosGhost/pbpst.git
sha256sums = SKIP
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')