summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Thiéry2018-09-07 17:00:30 +0200
committerFlorent Thiéry2018-09-07 17:00:30 +0200
commitd3c629fae0f62344c48bf58f6e06036054805742 (patch)
tree5e5cd4b22948a9061c672b8aba97de5b6a437850
parent4f511e94e3e7bdb0c498b2d298610813a9e4bcbb (diff)
downloadaur-d3c629fae0f62344c48bf58f6e06036054805742.tar.gz
update to v177
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a57cd34ab47..84c829aaee71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 20 16:03:47 UTC 2018
+# Fri Sep 7 14:53:06 UTC 2018
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 = 170
+ pkgver = 177
pkgrel = 1
url = http://www.cockpit-project.org/
arch = i686
@@ -34,9 +34,9 @@ pkgbase = cockpit-minimal
optdepends = udisks2: disk stats support
conflicts = cockpit-git
conflicts = cockpit
- noextract = cockpit-170.tar.xz
- source = https://github.com/cockpit-project/cockpit/releases/download/170/cockpit-170.tar.xz
- source = https://github.com/cockpit-project/cockpit/releases/download/170/cockpit-cache-170.tar.xz
+ noextract = cockpit-177.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/177/cockpit-177.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/177/cockpit-cache-177.tar.xz
sha1sums = c6206f8c33e2862ab1d7677aa183cfb11eacb9d6
sha1sums = 5b9a24d73736ae401a3c7ba6b166e238b4ac3e21
diff --git a/PKGBUILD b/PKGBUILD
index 18bf60fa75e1..ff47368700a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florent Thiéry <fthiery@gmail.com>
pkgname=cockpit-minimal
-pkgver=170
+pkgver=177
pkgrel=1
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)
@@ -16,8 +16,8 @@ makedepends=(git intltool python2-pyscss gtk-doc perl-javascript-minifier-xs gob
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)
noextract=(cockpit-${pkgver}.tar.xz)
-sha1sums=('c6206f8c33e2862ab1d7677aa183cfb11eacb9d6'
- '5b9a24d73736ae401a3c7ba6b166e238b4ac3e21')
+sha1sums=('6437c6487514b23147ba785c3f4fad67c31afa4a'
+ 'f785edbf9c00c10e35c96a09dacdb5ec5a677f84')
prepare() {
cd $srcdir
@@ -36,7 +36,8 @@ package() {
cd cockpit-${pkgver}
make DESTDIR="$pkgdir" install
cd $pkgdir
- for d in docker kdump kubernetes machines ostree ovirt pcp playground realmd selinux sosreport subscriptions tuned; do
+ rm usr/lib/firewalld/services/cockpit.xml # owned by firewalld
+ for d in ovirt pcp playground realmd sosreport ssh subscriptions; do
rm -r usr/share/cockpit/$d;
rm -rf usr/src/debug/usr/share/cockpit/$d;
done