Date: Wednesday, January 15, 2020 @ 14:14:52 Author: bpiotrowski Revision: 373513
2019.6-1 Modified: ostree/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-15 14:12:20 UTC (rev 373512) +++ PKGBUILD 2020-01-15 14:14:52 UTC (rev 373513) @@ -2,7 +2,7 @@ # Contributor: Mirco Tischler <mt-ml at gmx dot de> pkgname=ostree -pkgver=2019.5 +pkgver=2019.6 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 python) checkdepends=(parallel syslinux gjs cpio elfutils) -_commit=980ca07b03b3aa7e0012729dd6c84b0878775d93 # tags/v2019.5^0 +_commit=978bd19f977119e391a7c4ea706eeb4740970757 # tags/v2019.6^0 source=("git+https://github.com/ostreedev/ostree#commit=$_commit" "git+https://github.com/mendsley/bsdiff" "git+https://gitlab.gnome.org/GNOME/libglnx.git")
