summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Thiéry2019-07-16 22:12:30 +0200
committerFlorent Thiéry2019-07-16 22:12:30 +0200
commit8953349788b5f5216da184e508c2357efc37d22e (patch)
treebf00c0f552e0ca1615d2339b23ead329f8c7d333
parent6b627692b11b370d791045469d940eea6cdcd335 (diff)
downloadaur-8953349788b5f5216da184e508c2357efc37d22e.tar.gz
fix v198
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d22820aad5c..6d0db54d67a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cockpit-minimal
pkgdesc = A systemd web based user interface for Linux servers (minimal setup with system graphs, journalctl, storage, network, user accounts, systemd services and terminal)
pkgver = 198
- pkgrel = 1
+ pkgrel = 2
url = http://www.cockpit-project.org/
arch = i686
arch = x86_64
@@ -36,8 +36,8 @@ pkgbase = cockpit-minimal
source = https://github.com/cockpit-project/cockpit/releases/download/198/cockpit-198.tar.xz
source = https://github.com/cockpit-project/cockpit/releases/download/198/cockpit-cache-198.tar.xz
source = cockpit-pam
- sha1sums = 8185745f3e0f0f19c69f4031f9fa06687e03953e
- sha1sums = 2838cdae3c5d604ac6144ecc1b35c15815ac7b08
+ sha1sums = 39ff3227ecb0ecc9ddf9207d23544739dbefa5a2
+ sha1sums = 8aa8f6859046ba0ba3e94c9c3bf8bbfc9751f837
sha1sums = 69b899b034e981cf217c2f8d61264caa2015c0e6
pkgname = cockpit-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 8dc610096d28..5f78bcfe67af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cockpit-minimal
pkgver=198
-pkgrel=1
+pkgrel=2
pkgdesc='A systemd web based user interface for Linux servers (minimal setup with system graphs, journalctl, storage, network, user accounts, systemd services and terminal)'
arch=(i686 x86_64 armv6h armv7h)
url='http://www.cockpit-project.org/'
@@ -19,8 +19,8 @@ source=(
cockpit-pam
)
noextract=(cockpit-${pkgver}.tar.xz)
-sha1sums=('8185745f3e0f0f19c69f4031f9fa06687e03953e'
- '2838cdae3c5d604ac6144ecc1b35c15815ac7b08'
+sha1sums=('39ff3227ecb0ecc9ddf9207d23544739dbefa5a2'
+ '8aa8f6859046ba0ba3e94c9c3bf8bbfc9751f837'
'69b899b034e981cf217c2f8d61264caa2015c0e6')
prepare() {
@@ -45,7 +45,7 @@ package() {
cp ../../src/cockpit-pam etc/pam.d/cockpit
rm usr/lib/firewalld/services/cockpit.xml # owned by firewalld
- for d in docker kubernetes tuned kdump selinux ovirt pcp playground realmd sosreport subscriptions; do
+ for d in kdump machines pcp realmd selinux sosreport tuned; do
rm -r usr/share/cockpit/$d;
rm -rf usr/src/debug/usr/share/cockpit/$d;
done