Date: Thursday, November 8, 2018 @ 18:10:26 Author: heftig Revision: 338396
2018.9-1 Modified: ostree/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-08 18:04:39 UTC (rev 338395) +++ PKGBUILD 2018-11-08 18:10:26 UTC (rev 338396) @@ -2,7 +2,7 @@ # Contributor: Mirco Tischler <mt-ml at gmx dot de> pkgname=ostree -pkgver=2018.8 +pkgver=2018.9 pkgrel=1 pkgdesc="Operating system and container binary deployment and upgrades" url="https://ostree.readthedocs.org/en/latest/" @@ -11,7 +11,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=7aa242c34cbfde2cd09d36d1ee2b32166287d9b6 # tags/v2018.8^0 +_commit=f3eba6bcec39c163eb831c02c148ffa483292906 # tags/v2018.9^0 source=("git+https://github.com/ostreedev/ostree#commit=$_commit" "git+https://github.com/mendsley/bsdiff" "git+https://gitlab.gnome.org/GNOME/libglnx.git")
