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

Jan Steffens heftig at archlinux.org
Fri Sep 9 19:53:30 UTC 2016


    Date: Friday, September 9, 2016 @ 19:53:29
  Author: heftig
Revision: 276104

2016.10-1

Modified:
  ostree/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-09 18:14:14 UTC (rev 276103)
+++ PKGBUILD	2016-09-09 19:53:29 UTC (rev 276104)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler <mt-ml at gmx dot de>
 
 pkgname=ostree
-pkgver=2016.9
+pkgver=2016.10
 pkgrel=1
 pkgdesc="Git for operating system binaries"
 url="https://ostree.readthedocs.org/en/latest/"
@@ -12,7 +12,7 @@
 depends=(glib2 xz zlib libsoup gpgme libarchive fuse util-linux mkinitcpio)
 makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
              python2)
-checkdepends=(parallel syslinux gjs)
+checkdepends=(parallel syslinux gjs cpio)
 source=("git+https://github.com/ostreedev/ostree#tag=v$pkgver"
         "git+https://git.gnome.org/browse/libglnx"
         "git+https://github.com/mendsley/bsdiff")
@@ -33,6 +33,11 @@
   NOCONFIGURE=1 ./autogen.sh
 }
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
 build() {
   cd $pkgname
 
@@ -54,8 +59,8 @@
 
 check() {
   cd $pkgname
-  # GPG is broken in build chroots ATM
-  #make -k check
+  # Parallel tests lock up kernel in writeback code
+  make -j1 check
 }
 
 package() {



More information about the arch-commits mailing list