summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIwan Timmer2016-10-03 16:12:43 +0200
committerIwan Timmer2016-10-03 16:13:51 +0200
commit4c25deb9804bbd94449ce3e1ce88a8ecbe58d091 (patch)
treec7e815a45d3ae46377e7f6d13f4e8adc8c2bb65f
parentc33edcaeae8c0cd7dfa036b1644c49e7df150168 (diff)
downloadaur-4c25deb9804bbd94449ce3e1ce88a8ecbe58d091.tar.gz
Update to version 119
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 9 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a1e7589a49c..7805c1aed125 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 29 14:37:15 UTC 2016
+# Mon Oct 3 14:13:42 UTC 2016
pkgbase = cockpit
pkgdesc = A systemd web based user interface for Linux servers
- pkgver = 118
+ pkgver = 119
pkgrel = 1
url = http://www.cockpit-project.org/
arch = i686
@@ -33,8 +33,8 @@ pkgbase = cockpit
optdepends = udisks2
optdepends = networkmanager
conflicts = cockpit-git
- source = https://github.com/cockpit-project/cockpit/archive/118.tar.gz
- sha1sums = d1476d43f50410eab35f0e88e05a5dfa4dcaf50b
+ source = https://github.com/cockpit-project/cockpit/releases/download/119/cockpit-119.tar.xz
+ sha1sums = bfca9542161b38b97e4799cce765d34f048123de
pkgname = cockpit
diff --git a/PKGBUILD b/PKGBUILD
index ef30c8ce1486..a19a16e0594f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Anatol Pomozov <anatol.pomozov@gmail.com>
pkgname=cockpit
-pkgver=118
+pkgver=119
pkgrel=1
pkgdesc='A systemd web based user interface for Linux servers'
arch=(i686 x86_64 armv6h armv7h)
@@ -13,23 +13,17 @@ conflicts=(cockpit-git)
depends=(libssh krb5 sshpass accountsservice perl-json perl-locale-po json-glib pcp glib-networking)
makedepends=(git intltool python2-pyscss gtk-doc perl-javascript-minifier-xs gobject-introspection networkmanager libgsystem xmlto npm)
optdepends=(storaged udisks2 networkmanager)
-source=(https://github.com/cockpit-project/cockpit/archive/${pkgver}.tar.gz)
-sha1sums=('d1476d43f50410eab35f0e88e05a5dfa4dcaf50b')
+source=(https://github.com/cockpit-project/cockpit/releases/download/${pkgver}/cockpit-${pkgver}.tar.xz)
+sha1sums=('bfca9542161b38b97e4799cce765d34f048123de')
build() {
cd cockpit-${pkgver}
- # Build failed with --as-needed
- export LDFLAGS="${LDFLAGS//,--as-needed}"
- mkdir -p build
- cd build
-
- ../autogen.sh
- ../configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --localstatedir=/var
+ ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --localstatedir=/var
make
}
package() {
- cd cockpit-${pkgver}/build
+ cd cockpit-${pkgver}
make DESTDIR="$pkgdir" install
}