Date: Thursday, April 26, 2018 @ 17:49:55
  Author: heftig
Revision: 323043

0.10.10-1

Modified:
  flatpak-builder/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-26 16:31:17 UTC (rev 323042)
+++ PKGBUILD    2018-04-26 17:49:55 UTC (rev 323043)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
 
 pkgname=flatpak-builder
-pkgver=0.10.9
+pkgver=0.10.10
 pkgrel=1
 pkgdesc="Tool to build flatpaks from source"
 url="http://flatpak.org";
@@ -12,7 +12,7 @@
 makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
 checkdepends=(python2 valgrind)
 replaces=('flatpak<0.9.10')
-_commit=1b9efca966e090b49d59a6d8c4d8118b200193fb  # tags/0.10.9^0
+_commit=82f2de0936fab7cebc844a6923919c5af4db3dcd  # tags/0.10.10^0
 source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit";
         "git+https://git.gnome.org/browse/libglnx";)
 sha256sums=('SKIP'
@@ -44,7 +44,7 @@
     --sysconfdir=/etc \
     --localstatedir=/var \
     --sbindir=/usr/bin \
-    --libexecdir=/usr/lib/$pkgname \
+    --libexecdir=/usr/lib \
     --disable-static \
     --with-dwarf-header=/usr/include/libdwarf
 

Reply via email to