summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2019-11-05 21:45:32 +0100
committerkfg2019-11-05 21:45:32 +0100
commitc51b8cc682936ee178b2090db52c9299817f04a5 (patch)
tree1634aefd2457acc2d7840c56cafa479e656b89b9
parent5331cc0ea6c7ef9030f5e283a61830d5604a7fd2 (diff)
downloadaur-c51b8cc682936ee178b2090db52c9299817f04a5.tar.gz
Update to 0.4.31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3ad57219d0d..222d2fddb5dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 28 21:33:08 UTC 2019
+# Tue Nov 5 20:44:48 UTC 2019
pkgbase = mingw-w64-orc
pkgdesc = Optimized Inner Loop Runtime Compiler (mingw-w64)
- pkgver = 0.4.30
+ pkgver = 0.4.31
pkgrel = 1
url = https://gitlab.freedesktop.org/gstreamer/orc
arch = any
@@ -16,7 +16,7 @@ pkgbase = mingw-w64-orc
options = !buildflags
options = !libtool
options = staticlibs
- source = git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=ec359cbad8b554985b1b38c665b9db01ef29619a
+ source = git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=9901a96eaff271c2d3b595214213f6805ff803c8
source = meson_i686-w64-mingw32
source = meson_x86_64-w64-mingw32
sha256sums = SKIP
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)