Date: Monday, November 20, 2017 @ 18:11:00
  Author: heftig
Revision: 310478

0.4.28-1

Modified:
  orc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-11-20 17:40:15 UTC (rev 310477)
+++ PKGBUILD    2017-11-20 18:11:00 UTC (rev 310478)
@@ -4,7 +4,7 @@
 # Contributor: Ionut Biru <ib...@archlinux.org>
 
 pkgname=orc
-pkgver=0.4.27
+pkgver=0.4.28
 pkgrel=1
 pkgdesc="Optimized Inner Loop Runtime Compiler"
 url="https://cgit.freedesktop.org/gstreamer/orc";
@@ -12,7 +12,7 @@
 license=(custom)
 depends=(glibc)
 makedepends=(valgrind git gtk-doc meson)
-_commit=1163fd1027010ce16ff25bc5448948f4a5073844  # tags/orc-0.4.27^0
+_commit=31cb4bfc51de81b5c2569abdcff830b83c74499c  # tags/orc-0.4.28^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/orc#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -28,13 +28,13 @@
 
 build() {
   cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname
+  arch-meson ../$pkgname
   ninja
 }
 
 check() {
   cd build
-  mesontest
+  meson test
 }
 
 package() {

Reply via email to