Date: Tuesday, September 13, 2016 @ 20:54:09 Author: heftig Revision: 276267
0.6.10-1 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-13 20:26:05 UTC (rev 276266) +++ PKGBUILD 2016-09-13 20:54:09 UTC (rev 276267) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak -pkgver=0.6.9 +pkgver=0.6.10 pkgrel=1 pkgdesc="Application deployment framework for desktop apps" url="http://flatpak.org" @@ -27,9 +27,16 @@ git config --local submodule.bubblewrap.url "$srcdir/bubblewrap" git submodule update + sed -i '/locale\/C\./d' tests/make-test-runtime.sh + NOCONFIGURE=1 ./autogen.sh } +pkgver() { + cd $pkgname + git describe | sed 's/-/+/g' +} + build() { cd $pkgname @@ -46,7 +53,7 @@ cd $pkgname # https://github.com/flatpak/flatpak/issues/267 # https://github.com/flatpak/flatpak/issues/268 - #make -k check + make -k check } package() {
