summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTillmann Karras2019-11-24 15:06:47 +0000
committerTillmann Karras2019-11-24 15:09:07 +0000
commit7509a11b819e31ad01b510dbc667fe991ffa6d2d (patch)
treed15f3e7fa63eb980616740cbfd287dc1b836deba
parent9fcc115a1e2d710284f70411dc213943f15d070c (diff)
downloadaur-7509a11b819e31ad01b510dbc667fe991ffa6d2d.tar.gz
Provide edb-debugger and conflict with it
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4d84830a122..09bd3ce7f835 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = edb-debugger-git
pkgdesc = EDB (Evan's Debugger) is a binary mode debugger with the goal of having usability on par with OllyDbg. Git version
- pkgver = 1.0.0.r370.g6a87b68f
+ pkgver = 1.1.0.r0.g6d9fb5b8
pkgrel = 1
url = https://www.codef00.com/projects#debugger
arch = x86_64
@@ -12,6 +12,8 @@ pkgbase = edb-debugger-git
depends = hicolor-icon-theme
depends = qt5-svg
depends = qt5-xmlpatterns
+ provides = edb-debugger
+ conflicts = edb-debugger
source = git+https://github.com/eteran/edb-debugger.git
source = edb.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 812ce0753e43..c937a34addff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=edb-debugger
pkgname=$_pkgname-git
-pkgver=1.0.0.r370.g6a87b68f
+pkgver=1.1.0.r0.g6d9fb5b8
pkgrel=1
pkgdesc="EDB (Evan's Debugger) is a binary mode debugger with the goal of having usability on par with OllyDbg. Git version"
arch=('x86_64')
@@ -13,6 +13,8 @@ license=('GPL2')
# to be printed in their shortest possible representation
depends=('capstone' 'desktop-file-utils' 'graphviz' 'hicolor-icon-theme' 'qt5-svg' 'qt5-xmlpatterns')
makedepends=('boost>=1.35.0')
+provides=('edb-debugger')
+conflicts=('edb-debugger')
source=("git+https://github.com/eteran/edb-debugger.git"
'edb.desktop')
sha256sums=('SKIP'