Date: Tuesday, October 25, 2016 @ 15:25:03 Author: heftig Revision: 279232
2016.12-1 Modified: ostree/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-25 14:30:02 UTC (rev 279231) +++ PKGBUILD 2016-10-25 15:25:03 UTC (rev 279232) @@ -3,9 +3,9 @@ # Contributor: Mirco Tischler <mt-ml at gmx dot de> pkgname=ostree -pkgver=2016.10 +pkgver=2016.12 pkgrel=1 -pkgdesc="Git for operating system binaries" +pkgdesc="Operating system and container binary deployment and upgrades" url="https://ostree.readthedocs.org/en/latest/" arch=(i686 x86_64) license=(GPL) @@ -13,9 +13,10 @@ makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git python2) checkdepends=(parallel syslinux gjs cpio) -source=("git+https://github.com/ostreedev/ostree#tag=v$pkgver" - "git+https://git.gnome.org/browse/libglnx" - "git+https://github.com/mendsley/bsdiff") +_commit=d3f14f02e3d9f7259c7ec6b25980ae43f03c4906 # tags/v2016.12^0 +source=("git+https://github.com/ostreedev/ostree#commit=$_commit" + "git+https://github.com/mendsley/bsdiff" + "git://git.gnome.org/libglnx") sha256sums=('SKIP' 'SKIP' 'SKIP') @@ -24,8 +25,8 @@ cd $pkgname git submodule init + git config --local submodule.bsdiff.url "$srcdir/bsdiff" git config --local submodule.libglnx.url "$srcdir/libglnx" - git config --local submodule.bsdiff.url "$srcdir/bsdiff" git submodule update find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
