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

Jan Steffens heftig at archlinux.org
Sun Jun 26 11:10:09 UTC 2016


    Date: Sunday, June 26, 2016 @ 11:10:09
  Author: heftig
Revision: 270658

2016.5-4: FS#49839: Disable grub integration

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-26 06:37:08 UTC (rev 270657)
+++ PKGBUILD	2016-06-26 11:10:09 UTC (rev 270658)
@@ -4,7 +4,7 @@
 
 pkgname=ostree
 pkgver=2016.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Git for operating system binaries"
 url="https://ostree.readthedocs.org/en/latest/"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(glib2 libgsystem xz zlib libsoup gpgme libarchive fuse util-linux 
          mkinitcpio)
 makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
-             python2 grub)
+             python2)
 checkdepends=(parallel syslinux gjs)
 source=("git+https://git.gnome.org/browse/ostree#tag=v$pkgver"
         "git+https://git.gnome.org/browse/libglnx"
@@ -44,7 +44,7 @@
     --sbindir=/usr/bin \
     --libexecdir=/usr/lib \
     --with-mkinitcpio \
-    --with-grub2-mkconfig-path=/usr/bin/grub-mkconfig \
+    --with-builtin-grub2-mkconfig \
     --disable-static \
     --enable-gtk-doc
 



More information about the arch-commits mailing list