summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhalosghost2016-04-05 22:11:40 -0500
committerhalosghost2016-04-05 22:11:40 -0500
commit2185b6e9944caef25af157780b92414ac713a347 (patch)
treea66b9be296fac85140f7adec7357b91c8c188e20 /PKGBUILD
parentdc9ef3113ddfd3a464d7f15168b112b6f5aeb7e7 (diff)
downloadaur-2185b6e9944caef25af157780b92414ac713a347.tar.gz
Now that community/pbpst is a thing; we need to provide/conflict with it
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 241e8e81469a..058befbdb6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,16 @@
pkgname=pbpst-git
pkgver=v1.1.1.r7.g1893f08
-pkgrel=1
+pkgrel=2
pkgdesc='A small tool to interact with pb instances'
url='https://github.com/HalosGhost/pbpst'
arch=('i686' 'x86_64')
license=('GPL2')
+provides=('pbpst')
+conflicts=('pbpst')
+
depends=('curl' 'jansson')
makedepends=('git' 'tup' 'clang' 'python-sphinx')