summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2021-02-02 00:20:59 +0000
committerJoão Figueiredo2021-02-02 00:20:59 +0000
commit221cfaa0ee1e3f1c107189e619d017e7d02618fa (patch)
treebd4a175fbb8274b3d6bf3bd7bb803cc678ab1789
parentcfc50aa7730902b715a6244c3143bd9440faa254 (diff)
downloadaur-221cfaa0ee1e3f1c107189e619d017e7d02618fa.tar.gz
Better source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9679410f0733..cff85265d376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = elf-dissector-git
pkgdesc = Static analysis tool for ELF libraries and executables
pkgver = 0.0.1_r776.g4113e8b
- pkgrel = 1
+ pkgrel = 2
url = https://invent.kde.org/sdk/elf-dissector
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 61f0af6c46e7..e62840f1d417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,15 @@
pkgname=elf-dissector-git
pkgver=0.0.1_r776.g4113e8b
-pkgrel=1
+pkgrel=2
pkgdesc='Static analysis tool for ELF libraries and executables'
arch=($CARCH)
url='https://invent.kde.org/sdk/elf-dissector'
license=(GPL)
depends=(harfbuzz hicolor-icon-theme libdwarf qt5-base)
makedepends=(extra-cmake-modules-git git kitemmodels-git)
-optdepends=('capstone: disassembler'
- 'gnuplot: performance plot')
-source=('git+https://github.com/KDE/elf-dissector.git')
+optdepends=('capstone: disassembler' 'gnuplot: performance plot')
+source=("git+https://github.com/KDE/${pkgname%-git}.git")
sha256sums=('SKIP')
pkgver() {