[arch-commits] Commit in khelpcenter/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Feb 11 21:20:13 UTC 2020
Date: Tuesday, February 11, 2020 @ 21:20:13
Author: arojas
Revision: 375412
Add perl dependency
Modified:
khelpcenter/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-11 21:15:23 UTC (rev 375411)
+++ PKGBUILD 2020-02-11 21:20:13 UTC (rev 375412)
@@ -4,13 +4,13 @@
pkgname=khelpcenter
pkgver=19.12.2
-pkgrel=1
+pkgrel=2
pkgdesc="Application to show KDE Applications' documentation"
arch=(x86_64)
url='https://userbase.kde.org/KHelpCenter'
license=(LGPL)
groups=(kde-applications kdebase)
-depends=(khtml kdoctools xapian-core grantlee kinit)
+depends=(khtml kdoctools xapian-core grantlee kinit perl)
makedepends=(extra-cmake-modules)
source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
sha256sums=('a4aac23cf6b42d2617048d5545fa277bcd486d8131403ef9b8f9bdfe5721a8a0'
More information about the arch-commits
mailing list