summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 16 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ce9563e4ead..d078c569ee2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,12 +4,14 @@ pkgbase = gtk-session-lock-git
pkgrel = 1
url = https://github.com/Cu3PO42/gtk-session-lock
arch = x86_64
+ license = GPL3
makedepends = meson
- makedepends = wayland
makedepends = git
makedepends = gobject-introspection
- makedepends = valabind
+ makedepends = vala
+ makedepends = wayland-protocols
depends = gtk3
+ depends = wayland
provides = gtk-session-lock
source = git+https://github.com/Cu3PO42/gtk-session-lock.git
sha256sums = SKIP
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')