summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2024-01-26 23:58:26 +0100
committerkfg2024-01-26 23:58:26 +0100
commitbcfa3d1b3a56d1f15c50f0fa5933bfac5278e899 (patch)
tree1ef4620be31dd59407e11f42964387c9b2840b60
parent672b21ef410760189337b1f4057445c04400f877 (diff)
downloadaur-bcfa3d1b3a56d1f15c50f0fa5933bfac5278e899.tar.gz
Update to 0.4.36
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bf49a04ef16..b403b2b34a93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mingw-w64-orc
pkgdesc = Optimized Inner Loop Runtime Compiler (mingw-w64)
- pkgver = 0.4.35
+ pkgver = 0.4.36
pkgrel = 1
- url = https://gitlab.freedesktop.org/gstreamer/orc
+ url = https://gstreamer.freedesktop.org/modules/orc.html
arch = any
license = BSD-3-Clause
makedepends = mingw-w64-gcc
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-orc
options = !buildflags
options = !libtool
options = staticlibs
- source = git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=598631e6b0ebaa10dc55649454c71537bf3edcc7
+ source = git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=d025a28fb990f04998fa020fe99bcb4fb87dac79
source = meson_i686-w64-mingw32
source = meson_x86_64-w64-mingw32
validpgpkeys = 7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5
diff --git a/PKGBUILD b/PKGBUILD
index 647a66706283..740a6b139243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=mingw-w64-orc
-pkgver=0.4.35
+pkgver=0.4.36
pkgrel=1
pkgdesc="Optimized Inner Loop Runtime Compiler (mingw-w64)"
arch=(any)
license=(BSD-3-Clause)
-url="https://gitlab.freedesktop.org/gstreamer/orc"
+url="https://gstreamer.freedesktop.org/modules/orc.html"
depends=(mingw-w64-crt)
makedepends=(
mingw-w64-gcc
@@ -24,7 +24,7 @@ options=(
staticlibs
)
#source=(https://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz{,.asc}
-_commit=598631e6b0ebaa10dc55649454c71537bf3edcc7 # tags/0.4.35^0
+_commit=d025a28fb990f04998fa020fe99bcb4fb87dac79 # tags/0.4.36^0
source=("git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=$_commit"
meson_i686-w64-mingw32
meson_x86_64-w64-mingw32)