summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Thiéry2018-03-21 16:11:17 +0100
committerFlorent Thiéry2018-03-21 16:11:17 +0100
commit498b59279e17246512fa27d07abd0e778f277c33 (patch)
tree788769d4eda0198e4a237d5749a231467a9e121d
parente6d54cced04874802c68463934484494f9164ed4 (diff)
downloadaur-498b59279e17246512fa27d07abd0e778f277c33.tar.gz
bump to v163
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ae73f10ccb4..fe06b9905c41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 23 13:53:08 UTC 2018
+# Wed Mar 21 15:11:08 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 = 162
- pkgrel = 3
+ pkgver = 163
+ pkgrel = 1
url = http://www.cockpit-project.org/
arch = i686
arch = x86_64
@@ -33,11 +33,11 @@ pkgbase = cockpit-minimal
optdepends = udisks2: disk stats support
conflicts = cockpit-git
conflicts = cockpit
- noextract = cockpit-162.tar.xz
- source = https://github.com/cockpit-project/cockpit/releases/download/162/cockpit-162.tar.xz
- source = https://github.com/cockpit-project/cockpit/releases/download/162/cockpit-cache-162.tar.xz
- sha1sums = 6ad6be4717c39e1d10c64032a3964e6e382989c2
- sha1sums = 8252d86ed0332dc90f914105186aeb510b7da11b
+ noextract = cockpit-163.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/163/cockpit-163.tar.xz
+ source = https://github.com/cockpit-project/cockpit/releases/download/163/cockpit-cache-163.tar.xz
+ sha1sums = e452e104c7eddf590911298a95d4d43108c97a39
+ sha1sums = 1a00807afe8aab0c46efce3586d30ddb0d7de47e
pkgname = cockpit-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 793eea3717a9..e74a660b563c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Florent Thiéry <fthiery@gmail.com>
pkgname=cockpit-minimal
-pkgver=162
-pkgrel=3
+pkgver=163
+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)
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=('6ad6be4717c39e1d10c64032a3964e6e382989c2'
- '8252d86ed0332dc90f914105186aeb510b7da11b')
+sha1sums=('e452e104c7eddf590911298a95d4d43108c97a39'
+ '1a00807afe8aab0c46efce3586d30ddb0d7de47e')
prepare() {
cd $srcdir