summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkfg2022-11-02 13:14:32 +0100
committerkfg2023-03-12 14:26:47 +0100
commit8fd8f1a926c672ce0d2f9324dd0c7134e275bfe0 (patch)
tree8708d2afd2db551752188df7fca44418d86325cd /PKGBUILD
parentb76822e02045e2b80e61e0765f484c8670459991 (diff)
downloadaur-8fd8f1a926c672ce0d2f9324dd0c7134e275bfe0.tar.gz
Update to 0.4.33
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4f432f733aa..4fd6b86d161f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=mingw-w64-orc
-pkgver=0.4.32
+pkgver=0.4.33
pkgrel=1
pkgdesc="Optimized Inner Loop Runtime Compiler (mingw-w64)"
arch=('any')
@@ -14,7 +14,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc' 'mingw-w64-meson' 'wine' 'git')
options=('!strip' '!buildflags' '!libtool' 'staticlibs')
#source=(https://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz{,.asc}
-_commit=629864f073ae003e63c026c1de2407fec713cb53 # tags/0.4.32^0
+_commit=be26150a7ab2e19a0f9384109b97b6ed9c805cf6 # tags/0.4.33^0
source=("git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=$_commit"
meson_i686-w64-mingw32
meson_x86_64-w64-mingw32)
@@ -31,6 +31,8 @@ build() {
${_arch}-meson \
--default-library both \
+ -D examples=disabled \
+ -D gtk_doc=disabled \
"${srcdir}/orc"
ninja
done