mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/orc to 0.4.30-1
This commit is contained in:
parent
c1434f0e3e
commit
3f5aed1073
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue