summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Thiéry2018-12-07 10:39:12 +0100
committerFlorent Thiéry2018-12-07 10:39:12 +0100
commitdd29e3608c7cb31104d7d416cf01349b4a810a23 (patch)
tree22628b5e939bae33140992de8b74d37c61cd0e57
parent6af902386752ac584263c7b11ded78b41cb3b465 (diff)
downloadaur-dd29e3608c7cb31104d7d416cf01349b4a810a23.tar.gz
bump to v183 and remove more features to better reflect the package name
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 223a223a0ea7..658d7e372c10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Oct 8 12:58:09 UTC 2018
+# Fri Dec 7 09:38:47 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 = 179
- pkgrel = 1
+ pkgver = 183
+ pkgrel = 0
url = http://www.cockpit-project.org/
arch = i686
arch = x86_64
@@ -34,11 +34,11 @@ pkgbase = cockpit-minimal
optdepends = udisks2: disk stats support
conflicts = cockpit-git
conflicts = cockpit
- noextract = cockpit-179.tar.xz
- source = https://github.com/cockpit-project/cockpit/releases/download/179/cockpit-179.tar.xz
- source = https://github.com/cockpit-project/cockpit/releases/download/179/cockpit-cache-179.tar.xz
- sha1sums = d00685a01f10c025574da54cd9a1bb686c868dea
- sha1sums = 5e72543bdd8c42b3f1f3d8cde6998c33a9712895
+ noextract = cockpit-183.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/183/cockpit-183.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/183/cockpit-cache-183.tar.xz
+ sha1sums = 97697f8d00665d3577ae889f4df99c8d3375d77d
+ sha1sums = a28e0f8ae1815b6869618f6cb85b9cb76914a030
pkgname = cockpit-minimal
diff --git a/PKGBUILD b/PKGBUILD
index d8be19b35c1f..e6019c102b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Florent Thiéry <fthiery@gmail.com>
pkgname=cockpit-minimal
-pkgver=179
-pkgrel=1
+pkgver=183
+pkgrel=0
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/'
@@ -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=('d00685a01f10c025574da54cd9a1bb686c868dea'
- '5e72543bdd8c42b3f1f3d8cde6998c33a9712895')
+sha1sums=('97697f8d00665d3577ae889f4df99c8d3375d77d'
+ 'a28e0f8ae1815b6869618f6cb85b9cb76914a030')
prepare() {
cd $srcdir
@@ -37,7 +37,7 @@ package() {
make DESTDIR="$pkgdir" install
cd $pkgdir
rm usr/lib/firewalld/services/cockpit.xml # owned by firewalld
- for d in ovirt pcp playground realmd sosreport ssh subscriptions; do
+ for d in docker kubernetes tuned kdump selinux ovirt pcp playground realmd sosreport subscriptions; do
rm -r usr/share/cockpit/$d;
rm -rf usr/src/debug/usr/share/cockpit/$d;
done