summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-05-12 16:20:11 +0200
committerNicola Murino2023-05-12 16:20:11 +0200
commite07671541bc9f7ca7da75ffcf64fd3e92ccf51a9 (patch)
tree027254e93e0bf983333771f3a192b30d1835be83
parent7b2e5f5c54b47afc137e659845292650260fe829 (diff)
downloadaur-e07671541bc9f7ca7da75ffcf64fd3e92ccf51a9.tar.gz
1.22.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dd06150e3cf..6c392b0dadad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gst-plugins-base
pkgdesc = GStreamer Multimedia Framework Base Plugins (mingw-w64)
- pkgver = 1.22.1
+ pkgver = 1.22.2
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
@@ -23,7 +23,7 @@ pkgbase = mingw-w64-gst-plugins-base
options = !strip
options = !buildflags
options = staticlibs
- source = http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.1.tar.xz
- sha256sums = 59bcaeacc5646b8dbdcfa4ef20ca6e818dd234910efb4cee1bbea441a3801c69
+ source = http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.2.tar.xz
+ sha256sums = eb65120c4ee79b7a153c3c1972d5c0158c2151877cc51ec7725bba5749679d49
pkgname = mingw-w64-gst-plugins-base
diff --git a/PKGBUILD b/PKGBUILD
index dfcd9f547e5a..71ab8b580f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-base
-pkgver=1.22.1
+pkgver=1.22.2
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Base Plugins (mingw-w64)"
arch=(any)
@@ -18,7 +18,7 @@ optdepends=(
options=('!strip' '!buildflags' 'staticlibs')
source=("${url}src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.xz")
-sha256sums=('59bcaeacc5646b8dbdcfa4ef20ca6e818dd234910efb4cee1bbea441a3801c69')
+sha256sums=('eb65120c4ee79b7a153c3c1972d5c0158c2151877cc51ec7725bba5749679d49')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"