Date: Wednesday, November 30, 2016 @ 16:54:03 Author: heftig Revision: 282385
2016.14-1 Modified: ostree/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-30 16:36:55 UTC (rev 282384) +++ PKGBUILD 2016-11-30 16:54:03 UTC (rev 282385) @@ -3,7 +3,7 @@ # Contributor: Mirco Tischler <mt-ml at gmx dot de> pkgname=ostree -pkgver=2016.12 +pkgver=2016.14 pkgrel=1 pkgdesc="Operating system and container binary deployment and upgrades" url="https://ostree.readthedocs.org/en/latest/" @@ -12,11 +12,11 @@ depends=(glib2 xz zlib libsoup gpgme libarchive fuse util-linux mkinitcpio) makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git python2) -checkdepends=(parallel syslinux gjs cpio) -_commit=d3f14f02e3d9f7259c7ec6b25980ae43f03c4906 # tags/v2016.12^0 +checkdepends=(parallel syslinux gjs cpio elfutils) +_commit=7584dc0f25734117db47fef1ba0e24231a819a5e # tags/v2016.14^0 source=("git+https://github.com/ostreedev/ostree#commit=$_commit" "git+https://github.com/mendsley/bsdiff" - "git://git.gnome.org/libglnx") + "git+https://git.gnome.org/browse/libglnx") sha256sums=('SKIP' 'SKIP' 'SKIP')
