summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkotontrion2024-04-02 09:54:12 +0200
committerkotontrion2024-04-02 09:54:12 +0200
commit2c4230592aa732b91e72a4384062f36f41aaa928 (patch)
tree6e0c12786c92fe39fd0a773f73fca777f7c3166f /PKGBUILD
parent448d66cc17c45ae8980da2f4c075707f16c0cc63 (diff)
downloadaur-2c4230592aa732b91e72a4384062f36f41aaa928.tar.gz
upgpkg: gtk-session-lock-git r510.00599bf-1
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 12 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa70eac77a8c..6b68da76f67c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,19 @@ pkgrel=1
provides=(gtk-session-lock)
pkgdesc="A library to create screen lockers for Wayland using the ext-session-lock protocol"
arch=(x86_64)
+license=(GPL3)
url="https://github.com/Cu3PO42/gtk-session-lock"
-depends=(gtk3)
-makedepends=(meson wayland git gobject-introspection valabind)
+depends=(
+ gtk3
+ wayland
+)
+makedepends=(
+ meson
+ git
+ gobject-introspection
+ vala
+ wayland-protocols
+)
source=("git+https://github.com/Cu3PO42/gtk-session-lock.git")
sha256sums=('SKIP')