summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGurkirat Singh2023-10-29 07:42:22 +0530
committerGurkirat Singh2023-10-29 07:42:22 +0530
commitb33cb0e7549575ac6f2fcd5aa016e3ef7cbbeb9a (patch)
tree1a0e1d15819bd94e2590868988b14d4e91969fc0
parent40f65acc5cf608bf22f3650472686ef6e6bce0f4 (diff)
downloadaur-b33cb0e7549575ac6f2fcd5aa016e3ef7cbbeb9a.tar.gz
upgrade package using pkgrel
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 448f37e99635..ac4437a57efe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = edb-debugger
pkgdesc = EDB (Evan's Debugger) is a cross platform AArch32/x86/x86-64 debugger, inspired by Ollydbg.
pkgver = 1.4.0
- pkgrel = 1
- epoch = 1
+ pkgrel = 2
url = http://www.codef00.com/projects#debugger
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 675aa9d137a7..1d2246cdc70d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,7 @@
pkgname=edb-debugger
pkgver=1.4.0
-pkgrel=1
-epoch=1
+pkgrel=2
pkgdesc="EDB (Evan's Debugger) is a cross platform AArch32/x86/x86-64 debugger, inspired by Ollydbg."
arch=('i686' 'x86_64')
url='http://www.codef00.com/projects#debugger'