summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjabra982022-02-04 17:53:53 +0100
committerjabra982022-02-04 17:53:53 +0100
commit427407e8b1ba4e7f1d1b8b3a5f7a0336f71600ab (patch)
tree6cf27705370b3e15aed205554ca3bd3627f076d8 /PKGBUILD
parenta73d6d00cb18f97ffd1ffbb6b5126f6299a775aa (diff)
downloadaur-427407e8b1ba4e7f1d1b8b3a5f7a0336f71600ab.tar.gz
fix conflicts typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb63a4fa33ad..14d55dac1ffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/epasveer/seer.git"
license=('GPL3')
depends=('qt5-base' 'gdb')
-conflicts=("${pkgname-git}")
+conflicts=("${pkgname%-git}")
makedepends=('git' 'gcc' 'cmake' 'qt5-base')
provides=("${pkgname%-git}")
source=("${pkgname%-gdb-git}::git+https://github.com/epasveer/${pkgname%-gdb-git}.git")