[arch-commits] Commit in cockpit/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Thu Oct 17 07:51:35 UTC 2019
Date: Thursday, October 17, 2019 @ 07:51:35
Author: mtorromeo
Revision: 516396
upgpkg: cockpit 205-1
Modified:
cockpit/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-17 05:53:40 UTC (rev 516395)
+++ PKGBUILD 2019-10-17 07:51:35 UTC (rev 516396)
@@ -5,7 +5,7 @@
pkgbase=cockpit
pkgname=(cockpit cockpit-pcp cockpit-dashboard)
-pkgver=204
+pkgver=205
pkgrel=1
pkgdesc='A systemd web based user interface for Linux servers'
arch=('x86_64')
@@ -16,8 +16,8 @@
source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-$pkgver.tar.xz"
"https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-cache-$pkgver.tar.xz"
"cockpit.pam")
-sha256sums=('239a81437a0cf516ba18f91b8fcbacd018ed2a1c5522bba96a0ba7cf52dee4d4'
- '45f318e54757cbe900d8b3433a7836ef8f939fc467a6664119bd2963f0859e69'
+sha256sums=('72e02d9cf1750abba5832f718b692879bf327156877ed922a78cf89d914e8a4d'
+ '1adea0d8cd6dbdb0f1ad0a788a35257cfe3e5e0b5bcaedb42ad460582ffd3c1e'
'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d')
build() {
@@ -28,8 +28,10 @@
--libexecdir=/usr/lib/$pkgname/ \
--sysconfdir=/etc \
--localstatedir=/var \
- --disable-dependency-tracking
- make
+ --disable-dependency-tracking \
+ --with-appstream-data-packages='[ "archlinux-appstream-data" ]' \
+ --with-nfs-client-package='"nfs-utils"'
+ make all
}
package_cockpit() {
More information about the arch-commits
mailing list