[arch-commits] Commit in flatpak/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Sep 13 20:54:09 UTC 2016
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) <jan.steffens at gmail.com>
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() {
More information about the arch-commits
mailing list