Date: Tuesday, August 28, 2018 @ 19:18:57 Author: heftig Revision: 333063
2018.8-1 Modified: ostree/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-28 18:54:49 UTC (rev 333062) +++ PKGBUILD 2018-08-28 19:18:57 UTC (rev 333063) @@ -3,7 +3,7 @@ # Contributor: Mirco Tischler <mt-ml at gmx dot de> pkgname=ostree -pkgver=2018.7 +pkgver=2018.8 pkgrel=1 pkgdesc="Operating system and container binary deployment and upgrades" url="https://ostree.readthedocs.org/en/latest/" @@ -12,7 +12,7 @@ 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=21318bbc1f6692fbced6d79f9fe3c3a9f9ab094d # tags/v2018.7^0 +_commit=7aa242c34cbfde2cd09d36d1ee2b32166287d9b6 # tags/v2018.8^0 source=("git+https://github.com/ostreedev/ostree#commit=$_commit" "git+https://github.com/mendsley/bsdiff" "git+https://gitlab.gnome.org/GNOME/libglnx.git")
