summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-10-07 23:10:18 +0300
committerorhun2020-10-07 23:10:18 +0300
commit9560b08a733a6ad5b08a4006f93219ab813c5ce3 (patch)
tree5dee16c277158ae8cda8ffbd8eaf5805fc31c3b3
parent9dc2b1588bf1c2950cb6299a01688d2c853ebf1b (diff)
downloadaur-9560b08a733a6ad5b08a4006f93219ab813c5ce3.tar.gz
upgpkg: hadlock-git 1.1.6.r0.gdee5d59-1
upstream release Add provides section
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06997c993569..4b3cb9542a6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = hadlock-git
makedepends = cargo
depends = dbus
depends = libxinerama
+ provides = hadlock
conflicts = hadlock
conflicts = hadlock-bin
source = git+https://github.com/AdaShoelace/hadlock
diff --git a/PKGBUILD b/PKGBUILD
index 1e8d8f138246..1e839cce173d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('MIT')
depends=('dbus' 'libxinerama')
makedepends=('git' 'cargo')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+provides=("${pkgname%-git}")
source=("git+$url")
sha512sums=('SKIP')