extra/orc to 0.4.30-1

This commit is contained in:
Kevin Mihelich 2019-09-09 12:34:42 +00:00
parent c1434f0e3e
commit 3f5aed1073

View file

@ -6,7 +6,7 @@
# - drop valgrind makedepend
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"
@ -14,7 +14,7 @@ arch=(x86_64)
license=(custom)
depends=(glibc)
makedepends=(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')
@ -33,7 +33,7 @@ build() {
}
check() {
meson test -C build
meson test -C build --print-errorlogs
}
package() {