summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1f607f5470e..c013e43696e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,16 +2,17 @@ pkgbase = zenity-git
pkgdesc = Display graphical dialog boxes from shell scripts
pkgver = 4.0.0.r6.g43468b64
pkgrel = 1
- url = https://gitlab.gnome.org/GNOME/zenity
+ url = https://gitlab.gnome.org/GNOME/zenity.git
arch = x86_64
license = LGPL
makedepends = meson
makedepends = yelp-tools
makedepends = help2man
- depends = libnotify
+ depends = gtk4
+ depends = libadwaita
provides = zenity
conflicts = zenity
- source = zenity::git+https://gitlab.gnome.org/GNOME/zenity#branch=master
+ source = zenity::git+https://gitlab.gnome.org/GNOME/zenity.git#branch=master
sha256sums = SKIP
pkgname = zenity-git
diff --git a/PKGBUILD b/PKGBUILD
index 21a59111a7f3..c26e8c4a2552 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@
# shellcheck disable=SC2034
_pkgname="zenity"
pkgname="${_pkgname}-git"
-pkgver=4.0.0.r6.g43468b64
+pkgver=4.0.1.r11.gb19fa274
pkgrel=1
pkgdesc="Display graphical dialog boxes from shell scripts"
-url="https://gitlab.gnome.org/GNOME/${_pkgname}"
+url="https://gitlab.gnome.org/GNOME/${_pkgname}.git"
arch=(x86_64)
license=(LGPL)
provides=("${_pkgname}")