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

Jan Steffens heftig at archlinux.org
Mon Sep 9 08:03:12 UTC 2019


    Date: Monday, September 9, 2019 @ 08:03:12
  Author: heftig
Revision: 362070

0.4.30-1

Modified:
  orc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-09 07:38:20 UTC (rev 362069)
+++ PKGBUILD	2019-09-09 08:03:12 UTC (rev 362070)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=orc
-pkgver=0.4.29
+pkgver=0.4.30
 pkgrel=1
 pkgdesc="Optimized Inner Loop Runtime Compiler"
 url="https://gitlab.freedesktop.org/gstreamer/orc"
@@ -11,7 +11,7 @@
 license=(custom)
 depends=(glibc)
 makedepends=(valgrind git gtk-doc meson)
-_commit=3d3889025bdbd9ca54565edfb3936c5a29316cff  # tags/0.4.29^0
+_commit=ec359cbad8b554985b1b38c665b9db01ef29619a  # tags/0.4.30^0
 source=("git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -30,7 +30,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list