summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-10-16 22:02:57 +0800
committerShootingStarDragons2023-10-16 22:02:57 +0800
commitab3e438aa9e86a47eff47146024ab26488330be9 (patch)
treecf20a88b47cd11b119447ed65f0239e53973737d
parent118a9a2845dd6fd3a4e8ea7088badb9dfe73d24a (diff)
downloadaur-ab3e438aa9e86a47eff47146024ab26488330be9.tar.gz
chore: add provide
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dc0c3d3d819..1585e6e4b16e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = waycratelock-git
pkgdesc = waycratelock, lock for ext-session-lock
pkgver = r41.bf28449
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/waycrate/waycratelock
arch = x86_64
arch = aarch64
@@ -14,6 +14,8 @@ pkgbase = waycratelock-git
depends = qt6-wayland
depends = qt6-base
depends = pam
+ provides = waycratelock
+ conflicts = waycratelock
source = waycratelock::git+https://github.com/waycrate/waycratelock.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9f2e93a7f5fb..f48ff4971b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
_pkgname=waycratelock
pkgname=waycratelock-git
pkgver=r41.bf28449
-pkgrel=3
+pkgrel=4
pkgdesc="waycratelock, lock for ext-session-lock"
url="https://github.com/waycrate/waycratelock"
arch=('x86_64' 'aarch64')
license=('GPL')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
makedepends=('git' 'ninja' 'cmake' 'wayland-protocols' 'session-lock-qt')
depends=('qt6-wayland' 'qt6-base' 'pam')
source=("${_pkgname}::git+${url}.git")