[arch-commits] Commit in ostree/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 26 12:13:44 UTC 2017


    Date: Tuesday, September 26, 2017 @ 12:13:43
  Author: heftig
Revision: 306248

2017.11-1

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-26 12:01:43 UTC (rev 306247)
+++ PKGBUILD	2017-09-26 12:13:43 UTC (rev 306248)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler <mt-ml at gmx dot de>
 
 pkgname=ostree
-pkgver=2017.10
+pkgver=2017.11
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/"
@@ -13,7 +13,7 @@
 makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
              python2)
 checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=395676917b3c0dd45b4d56a3742f61b56a692c30  # tags/v2017.10^0
+_commit=6c0738a000800856d09774d50d16d84c1b537a7b  # tags/v2017.11^0
 source=("git+https://github.com/ostreedev/ostree#commit=$_commit"
         "git+https://github.com/mendsley/bsdiff"
         "git+https://git.gnome.org/browse/libglnx")
@@ -31,9 +31,6 @@
 
   find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
 
-  # https://github.com/ostreedev/ostree/issues/1101  GTK-Doc 1.26
-  sed -i 's/LC_ALL = C/LC_ALL = en_US.utf8/' maint.mk
-
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -54,6 +51,7 @@
     --with-mkinitcpio \
     --with-openssl \
     --with-builtin-grub2-mkconfig \
+    --enable-experimental-api \
     --disable-static \
     --enable-gtk-doc
 



More information about the arch-commits mailing list