[arch-commits] Commit in zenity/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jul 26 20:50:24 UTC 2020


    Date: Sunday, July 26, 2020 @ 20:50:23
  Author: jelle
Revision: 392560

Add perl makedepend

As openssl in the future no longer depends on perl, add perl as makedepends.

Modified:
  zenity/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-26 20:20:52 UTC (rev 392559)
+++ PKGBUILD	2020-07-26 20:50:23 UTC (rev 392560)
@@ -3,13 +3,13 @@
 
 pkgname=zenity
 pkgver=3.32.0+17+gfb0938f
-pkgrel=2
+pkgrel=3
 pkgdesc="Display graphical dialog boxes from shell scripts"
 url="https://gitlab.gnome.org/GNOME/zenity"
 arch=(x86_64)
 license=(LGPL)
 depends=(webkit2gtk libnotify)
-makedepends=(yelp-tools autoconf-archive git)
+makedepends=(yelp-tools autoconf-archive git perl)
 _commit=fb0938fa1bb34a1a09162a2327fdff7132ff5721  # master
 source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit")
 sha256sums=('SKIP')



More information about the arch-commits mailing list