summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShootingStarDragons2023-10-23 19:22:00 +0800
committerShootingStarDragons2023-10-23 19:22:00 +0800
commit94b5f6734df49dbbb430779af86cb253efb617fb (patch)
treeb0bfb25df0cf2b6ab19ab34af05d98839c817fa3 /PKGBUILD
parentab3e438aa9e86a47eff47146024ab26488330be9 (diff)
downloadaur-waycratelock-git.tar.gz
chore: change deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f48ff4971b25..0f54742b6c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
_pkgname=waycratelock
pkgname=waycratelock-git
pkgver=r41.bf28449
-pkgrel=4
+pkgrel=5
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')
+makedepends=('git' 'ninja' 'cmake' 'wayland-protocols')
+depends=('qt6-wayland' 'qt6-base' 'pam' 'session-lock-qt')
source=("${_pkgname}::git+${url}.git")
sha256sums=('SKIP')