summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkfg2024-03-04 20:57:04 +0100
committerkfg2024-03-04 20:57:04 +0100
commita1f336f710aa9fa76c71e4d5de93c53440cb3947 (patch)
tree5dce29ba000673f2f719b65fc1037a0776163a8a /PKGBUILD
parentf2ae6e5415ff4f57ce1c36584fd9e525639fd1ae (diff)
downloadaur-a1f336f710aa9fa76c71e4d5de93c53440cb3947.tar.gz
Update to 0.4.38
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)