summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2024-01-24 13:43:37 +0100
committerkfg2024-01-24 13:43:37 +0100
commit672b21ef410760189337b1f4057445c04400f877 (patch)
tree424795024d85dd5551b94306ddffe5377c648e7c
parent54939e22d26c49e9ac6847c938ce44cb64843a97 (diff)
downloadaur-672b21ef410760189337b1f4057445c04400f877.tar.gz
Update to 0.4.35
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d01eedd6797..5bf49a04ef16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = mingw-w64-orc
pkgdesc = Optimized Inner Loop Runtime Compiler (mingw-w64)
- pkgver = 0.4.34
+ pkgver = 0.4.35
pkgrel = 1
url = https://gitlab.freedesktop.org/gstreamer/orc
arch = any
- license = custom:BSD
+ license = BSD-3-Clause
makedepends = mingw-w64-gcc
makedepends = mingw-w64-meson
makedepends = wine
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-orc
options = !buildflags
options = !libtool
options = staticlibs
- source = git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=7d5bbada3f1c6cf34182abccf47a34d79b83fa97
+ source = git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=598631e6b0ebaa10dc55649454c71537bf3edcc7
source = meson_i686-w64-mingw32
source = meson_x86_64-w64-mingw32
validpgpkeys = 7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5
diff --git a/PKGBUILD b/PKGBUILD
index 616397249a92..647a66706283 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=mingw-w64-orc
-pkgver=0.4.34
+pkgver=0.4.35
pkgrel=1
pkgdesc="Optimized Inner Loop Runtime Compiler (mingw-w64)"
arch=(any)
-license=(custom:BSD)
+license=(BSD-3-Clause)
url="https://gitlab.freedesktop.org/gstreamer/orc"
depends=(mingw-w64-crt)
makedepends=(
@@ -24,7 +24,7 @@ options=(
staticlibs
)
#source=(https://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz{,.asc}
-_commit=7d5bbada3f1c6cf34182abccf47a34d79b83fa97 # tags/0.4.34^0
+_commit=598631e6b0ebaa10dc55649454c71537bf3edcc7 # tags/0.4.35^0
source=("git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=$_commit"
meson_i686-w64-mingw32
meson_x86_64-w64-mingw32)