summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2023-03-21 10:31:29 +0100
committerNicola Murino2023-03-21 10:31:29 +0100
commit52fbf4d601c00a1a696399757ecdf76a6e0f3e7d (patch)
tree97e846072b19cf3fada27e3bbc16e1c8d4ba981f /PKGBUILD
parentb96d40e76e9aceda5aa0305e3f17fe9617c5d8c9 (diff)
downloadaur-52fbf4d601c00a1a696399757ecdf76a6e0f3e7d.tar.gz
1.22.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d5287c572fc..a2c4c620a3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-good
-pkgver=1.20.5
+pkgver=1.22.1
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Good Plugins (mingw-w64)"
arch=(any)
url="http://gstreamer.freedesktop.org/"
license=('LGPL')
depends=('mingw-w64-gst-plugins-base' 'mingw-w64-orc' 'mingw-w64-bzip2')
-makedepends=('mingw-w64-meson' 'mingw-w64-libsoup' 'mingw-w64-cairo' 'mingw-w64-gdk-pixbuf2' 'mingw-w64-libvpx' 'mingw-w64-speex' 'mingw-w64-flac' 'mingw-w64-wavpack' 'mingw-w64-mpg123' 'mingw-w64-lame')
+makedepends=('mingw-w64-meson' 'mingw-w64-libsoup3' 'mingw-w64-cairo' 'mingw-w64-gdk-pixbuf2' 'mingw-w64-libvpx' 'mingw-w64-speex' 'mingw-w64-flac' 'mingw-w64-wavpack' 'mingw-w64-mpg123' 'mingw-w64-lame')
optdepends=(
"mingw-w64-libsoup: libsoup HTTP client source/sink plugin"
"mingw-w64-cairo: Cairo overlay plugin"
@@ -25,7 +25,7 @@ optdepends=(
options=('!strip' '!buildflags' 'staticlibs')
source=(${url}src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.xz)
-sha256sums=('e83ab4d12ca24959489bbb0ec4fac9b90e32f741d49cda357cb554b2cb8b97f9')
+sha256sums=('44f9104654b4fd042aebe90932ab92e7ff7d8460fbc05b23dad87dffe70974cc')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"