summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-10-23 19:22:00 +0800
committerShootingStarDragons2023-10-23 19:22:00 +0800
commit94b5f6734df49dbbb430779af86cb253efb617fb (patch)
treeb0bfb25df0cf2b6ab19ab34af05d98839c817fa3
parentab3e438aa9e86a47eff47146024ab26488330be9 (diff)
downloadaur-94b5f6734df49dbbb430779af86cb253efb617fb.tar.gz
chore: change deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1585e6e4b16e..e4a2b580e3d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = waycratelock-git
pkgdesc = waycratelock, lock for ext-session-lock
pkgver = r41.bf28449
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/waycrate/waycratelock
arch = x86_64
arch = aarch64
@@ -10,10 +10,10 @@ pkgbase = waycratelock-git
makedepends = ninja
makedepends = cmake
makedepends = wayland-protocols
- makedepends = session-lock-qt
depends = qt6-wayland
depends = qt6-base
depends = pam
+ depends = session-lock-qt
provides = waycratelock
conflicts = waycratelock
source = waycratelock::git+https://github.com/waycrate/waycratelock.git
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')