summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17f2b31f4d43..922f9c3de9f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
+# Maintainer: potatoe
pkgname=voltron-git
pkgver=20170212
-pkgrel=1
+pkgrel=2
pkgdesc="UI for GDB, LLDB and Vivisect's VDB"
arch=('any')
depends=('python'
@@ -26,7 +27,7 @@ source=(git+https://github.com/snare/voltron
git+https://github.com/snare/voltron.wiki)
sha256sums=('SKIP' 'SKIP')
provides=('voltron')
-conflicts=('voltron')
+conflicts=('python-ptrace' 'voltron')
pkgver() {
cd ${pkgname%-git}