summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-02-25 18:58:00 +0100
committerNicola Murino2022-02-25 18:58:00 +0100
commit243d62b8c1f157b23f6f86ebde535056c0447d22 (patch)
treedcda483ff9b1f0cc2cfa1632b1b8a277fc26c7f4
parentca2c0941efd5bacbf6bbc4df268f7332a6fb3476 (diff)
downloadaur-243d62b8c1f157b23f6f86ebde535056c0447d22.tar.gz
Update to 1.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eded7fc49bed..9cb7472ba447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gst-plugins-ugly
pkgdesc = GStreamer Multimedia Framework Ugly Plugins (mingw-w64)
- pkgver = 1.18.5
+ pkgver = 1.20.0
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-gst-plugins-ugly
options = !strip
options = !buildflags
options = staticlibs
- source = http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.18.5.tar.xz
- sha256sums = df32803e98f8a9979373fa2ca7e05e62f977b1097576d3a80619d9f5c69f66d9
+ source = http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.20.0.tar.xz
+ sha256sums = 4e8dcb5d26552f0a4937f6bc6279bd9070f55ca6ae0eaa32d72d264c44001c2e
pkgname = mingw-w64-gst-plugins-ugly
diff --git a/PKGBUILD b/PKGBUILD
index c299296d2172..80ebf090a125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-ugly
-pkgver=1.18.5
+pkgver=1.20.0
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Ugly Plugins (mingw-w64)"
arch=(any)
@@ -16,7 +16,7 @@ optdepends=(
options=('!strip' '!buildflags' 'staticlibs')
source=(${url}src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.xz)
-sha256sums=('df32803e98f8a9979373fa2ca7e05e62f977b1097576d3a80619d9f5c69f66d9')
+sha256sums=('4e8dcb5d26552f0a4937f6bc6279bd9070f55ca6ae0eaa32d72d264c44001c2e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"