Date: Thursday, June 7, 2018 @ 20:36:23 Author: heftig Revision: 326439
2018.5-1 Modified: ostree/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-07 17:18:34 UTC (rev 326438) +++ PKGBUILD 2018-06-07 20:36:23 UTC (rev 326439) @@ -3,21 +3,19 @@ # Contributor: Mirco Tischler <mt-ml at gmx dot de> pkgname=ostree -pkgver=2018.4 -pkgrel=2 +pkgver=2018.5 +pkgrel=1 pkgdesc="Operating system and container binary deployment and upgrades" url="https://ostree.readthedocs.org/en/latest/" arch=(x86_64) license=(GPL) -depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio - openssl avahi) -makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git - python2) +depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio openssl avahi) +makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git python2) checkdepends=(parallel syslinux gjs cpio elfutils) -_commit=155c936cd57892adab7b0b4ed4473da7fc45caa3 # tags/v2018.4^0 +_commit=986f176e7cd40618f40579a33b4a82cafeeee1df # tags/v2018.5^0 source=("git+https://github.com/ostreedev/ostree#commit=$_commit" "git+https://github.com/mendsley/bsdiff" - "git+https://git.gnome.org/browse/libglnx") + "git+https://gitlab.gnome.org/GNOME/libglnx.git") sha256sums=('SKIP' 'SKIP' 'SKIP') @@ -25,9 +23,6 @@ prepare() { cd $pkgname - # https://bugs.archlinux.org/task/58229 - git cherry-pick -n 28c7bc6d0e153a0b07bdb82d25473a490765067f - git submodule init git config --local submodule.bsdiff.url "$srcdir/bsdiff" git config --local submodule.libglnx.url "$srcdir/libglnx"
