summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 957317e09b39..6b85a7eff5ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-orc
pkgdesc = Optimized Inner Loop Runtime Compiler (mingw-w64)
- pkgver = 0.4.37
+ pkgver = 0.4.38
pkgrel = 1
url = https://gstreamer.freedesktop.org/modules/orc.html
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-orc
options = !buildflags
options = !libtool
options = staticlibs
- source = git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=54063b0edd3242fbd7fbe53d0a8c14570126b47b
+ source = git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=f071d3a14f28c7c5acff5ff0b5a67ecd3f785ef3
source = meson_i686-w64-mingw32
source = meson_x86_64-w64-mingw32
validpgpkeys = 7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5
diff --git a/PKGBUILD b/PKGBUILD
index 9c0ab20a321c..1ebe821ab12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=mingw-w64-orc
-pkgver=0.4.37
+pkgver=0.4.38
pkgrel=1
pkgdesc="Optimized Inner Loop Runtime Compiler (mingw-w64)"
arch=(any)
@@ -24,7 +24,7 @@ options=(
staticlibs
)
#source=(https://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz{,.asc}
-_commit=54063b0edd3242fbd7fbe53d0a8c14570126b47b # tags/0.4.37^0
+_commit=f071d3a14f28c7c5acff5ff0b5a67ecd3f785ef3 # tags/0.4.38^0
source=("git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=$_commit"
meson_i686-w64-mingw32
meson_x86_64-w64-mingw32)