summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-03-12 10:08:58 -0700
committerAndy Weidenbaum2017-03-12 10:08:58 -0700
commit04a4ad61c176a35d4a488d63c4188c1174e34ae0 (patch)
treeb357398ba1df8e2dd5e61cdb8241898ea0bb6969
parent0f052f739ce2d18cbddf37f0869e5e6b6eed7b9a (diff)
downloadaur-04a4ad61c176a35d4a488d63c4188c1174e34ae0.tar.gz
increment pkgrel to 2; conflicts+=python-ptrace; thx potatoe
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3de25fa9981c..02034b8cca72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 19 19:52:28 UTC 2017
+# Sun Mar 12 17:08:38 UTC 2017
pkgbase = voltron-git
pkgdesc = UI for GDB, LLDB and Vivisect's VDB
pkgver = 20170212
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/snare/voltron
arch = any
license = Beerware
@@ -23,6 +23,7 @@ pkgbase = voltron-git
optdepends = lldb: LLDB
optdepends = vivisect: VDB
provides = voltron
+ conflicts = python-ptrace
conflicts = voltron
options = !emptydirs
source = git+https://github.com/snare/voltron
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}