summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-09-10 02:33:30 +0300
committerorhun2020-09-10 03:04:03 +0300
commit9dc2b1588bf1c2950cb6299a01688d2c853ebf1b (patch)
tree6b65cd8a733d067f1c7d8d672deff6521a0a2eda
parent13c6bb652759a608715e291a0a5ae40d609852a8 (diff)
downloadaur-9dc2b1588bf1c2950cb6299a01688d2c853ebf1b.tar.gz
upgpkg: hadlock-git 1.1.6.r0.gdee5d59-1
upstream release upgpkg: hadlock-git 1.1.6.r0.gdee5d59-1 upstream release
-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')