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

Jan Steffens heftig at archlinux.org
Fri Jun 22 22:33:59 UTC 2018


    Date: Friday, June 22, 2018 @ 22:33:59
  Author: heftig
Revision: 327480

2018.6-1

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-22 22:33:21 UTC (rev 327479)
+++ PKGBUILD	2018-06-22 22:33:59 UTC (rev 327480)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler <mt-ml at gmx dot de>
 
 pkgname=ostree
-pkgver=2018.5
+pkgver=2018.6
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/"
@@ -12,7 +12,7 @@
 depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio openssl avahi)
 makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git python2)
 checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=986f176e7cd40618f40579a33b4a82cafeeee1df  # tags/v2018.5^0
+_commit=31a356dca9656fcc62b5af11502e20d2d9aa7e91  # tags/v2018.6^0
 source=("git+https://github.com/ostreedev/ostree#commit=$_commit"
         "git+https://github.com/mendsley/bsdiff"
         "git+https://gitlab.gnome.org/GNOME/libglnx.git")
@@ -35,7 +35,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe | sed 's/^v//;s/-/+/g'
 }
 
 build() {



More information about the arch-commits mailing list