summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fd137a16843..06997c993569 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,8 @@ pkgbase = hadlock-git
makedepends = cargo
depends = dbus
depends = libxinerama
- conflicts = hadlock-git
- conflicts = hadlock-git-bin
+ conflicts = hadlock
+ conflicts = hadlock-bin
source = git+https://github.com/AdaShoelace/hadlock
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9c0f500a9f22..1e8d8f138246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/AdaShoelace/hadlock"
license=('MIT')
depends=('dbus' 'libxinerama')
makedepends=('git' 'cargo')
-conflicts=("${pkgname%-bin}" "${pkgname%-bin}-bin")
+conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
source=("git+$url")
sha512sums=('SKIP')