[arch-commits] Commit in ostree/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Jun 20 22:04:36 UTC 2017
Date: Tuesday, June 20, 2017 @ 22:04:35
Author: heftig
Revision: 299086
2017.7-1
Modified:
ostree/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-20 21:56:50 UTC (rev 299085)
+++ PKGBUILD 2017-06-20 22:04:35 UTC (rev 299086)
@@ -3,17 +3,17 @@
# Contributor: Mirco Tischler <mt-ml at gmx dot de>
pkgname=ostree
-pkgver=2017.6
+pkgver=2017.7
pkgrel=1
pkgdesc="Operating system and container binary deployment and upgrades"
url="https://ostree.readthedocs.org/en/latest/"
arch=(i686 x86_64)
license=(GPL)
-depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio)
+depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio openssl)
makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
python2)
checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=88792f0f22a2560374d6e7e8f37e1f670f335b3f # tags/v2017.6^0
+_commit=6729b7c2649a2c78bfbafc69a2b902f635275330 # tags/v2017.7^0
source=("git+https://github.com/ostreedev/ostree#commit=$_commit"
"git+https://github.com/mendsley/bsdiff"
"git+https://git.gnome.org/browse/libglnx")
@@ -49,6 +49,7 @@
--sbindir=/usr/bin \
--libexecdir=/usr/lib \
--with-mkinitcpio \
+ --with-openssl \
--with-builtin-grub2-mkconfig \
--disable-static \
--enable-gtk-doc
More information about the arch-commits
mailing list