summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkfg2019-11-05 21:45:32 +0100
committerkfg2019-11-05 21:45:32 +0100
commitc51b8cc682936ee178b2090db52c9299817f04a5 (patch)
tree1634aefd2457acc2d7840c56cafa479e656b89b9 /PKGBUILD
parent5331cc0ea6c7ef9030f5e283a61830d5604a7fd2 (diff)
downloadaur-c51b8cc682936ee178b2090db52c9299817f04a5.tar.gz
Update to 0.4.31
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 472cb4f715da..c2f2d3ed74a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-orc
-pkgver=0.4.30
+pkgver=0.4.31
pkgrel=1
pkgdesc="Optimized Inner Loop Runtime Compiler (mingw-w64)"
arch=('any')
@@ -10,7 +10,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=ec359cbad8b554985b1b38c665b9db01ef29619a # tags/0.4.30^0
+_commit=9901a96eaff271c2d3b595214213f6805ff803c8 # tags/0.4.31^0
source=("git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=$_commit"
meson_i686-w64-mingw32
meson_x86_64-w64-mingw32)