summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTillmann Karras2021-01-18 19:41:36 +0000
committerTillmann Karras2021-01-18 19:41:36 +0000
commit38c1da32d577b74626a51a69cf075411f3ad87d7 (patch)
treec090c3ee6cf00c4b41eede5b502d4ddd76a4dbde
parent6a0b4a07d7f49fd27b55434da97f735ae5e5f36d (diff)
downloadaur-38c1da32d577b74626a51a69cf075411f3ad87d7.tar.gz
Update icon path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 104958b94d18..c1b911c69994 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.1.0.r18.ge99c70ef
+ pkgver = 1.3.0.r51.g39925b68
pkgrel = 1
url = https://www.codef00.com/projects#debugger
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index faf01bc603e3..2e0f160488ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=edb-debugger
pkgname=$_pkgname-git
-pkgver=1.1.0.r18.ge99c70ef
+pkgver=1.3.0.r51.g39925b68
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')
@@ -51,7 +51,7 @@ package() {
make -C build DESTDIR="$pkgdir" install
# icons
- install -Dm644 src/images/edb48-logo.png "$pkgdir/usr/share/icons/hicolor/48x48/apps/edb.png"
+ install -Dm644 src/res/images/edb48-logo.png "$pkgdir/usr/share/icons/hicolor/48x48/apps/edb.png"
# install desktop file
install -Dm644 "$srcdir/edb.desktop" "$pkgdir/usr/share/applications/edb.desktop"