[arch-commits] Commit in kde-dev-scripts/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Feb 9 18:23:52 UTC 2020


    Date: Sunday, February 9, 2020 @ 18:23:51
  Author: arojas
Revision: 375139

Add perl dependency

Modified:
  kde-dev-scripts/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 18:21:16 UTC (rev 375138)
+++ PKGBUILD	2020-02-09 18:23:51 UTC (rev 375139)
@@ -4,12 +4,13 @@
 
 pkgname=kde-dev-scripts
 pkgver=19.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Scripts and setting files useful during development of KDE software'
 url='https://www.kde.org/applications/development/'
 arch=(any)
 license=(GPL LGPL FDL)
 groups=(kde-applications kdesdk)
+depends=(perl)
 makedepends=(extra-cmake-modules kdoctools)
 source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('eabfa6ab1f251f3ad80ca9536e339189e8055308661abc6a683a368f65f135cb'



More information about the arch-commits mailing list