summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-09-24 08:44:51 +0200
committerNicola Murino2019-09-24 08:44:51 +0200
commit6626bd723bd9bbb60ce8d844259f95fc579f2b12 (patch)
tree1c4aeb9fb8ec5dcb861438f84f14c88945aeffe5
parent9a473ea914f243d60ae9b80b938fdb7bd2e34190 (diff)
downloadaur-6626bd723bd9bbb60ce8d844259f95fc579f2b12.tar.gz
Update to 1.16.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b1fcabf8417..d290941a9988 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-gst-plugins-bad
pkgdesc = GStreamer Multimedia Framework Bad Plugins (mingw-w64)
- pkgver = 1.16.0
- pkgrel = 2
+ pkgver = 1.16.1
+ pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
license = LGPL
@@ -41,10 +41,8 @@ pkgbase = mingw-w64-gst-plugins-bad
options = !strip
options = !buildflags
options = staticlibs
- source = http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.16.0.tar.xz
- source = https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/306.diff
- sha256sums = 22139de35626ada6090bdfa3423b27b7fc15a0198331d25c95e6b12cb1072b05
- sha256sums = ef341d3e6c45292be59d153cda9052a85c1cc8ba7dbe7f8dad7abd63e728b591
+ source = http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.16.1.tar.xz
+ sha256sums = 56481c95339b8985af13bac19b18bc8da7118c2a7d9440ed70e7dcd799c2adb5
pkgname = mingw-w64-gst-plugins-bad
diff --git a/PKGBUILD b/PKGBUILD
index 2e5b9d362cbd..581696b2b6fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-bad
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.16.1
+pkgrel=1
pkgdesc="GStreamer Multimedia Framework Bad Plugins (mingw-w64)"
arch=(any)
url="http://gstreamer.freedesktop.org/"
@@ -26,18 +26,11 @@ optdepends=(
)
options=('!strip' '!buildflags' 'staticlibs')
-source=(${url}src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz
- 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/306.diff')
-sha256sums=('22139de35626ada6090bdfa3423b27b7fc15a0198331d25c95e6b12cb1072b05'
- 'ef341d3e6c45292be59d153cda9052a85c1cc8ba7dbe7f8dad7abd63e728b591')
+source=(${url}src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz)
+sha256sums=('56481c95339b8985af13bac19b18bc8da7118c2a7d9440ed70e7dcd799c2adb5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
-prepare() {
- cd "${srcdir}/gst-plugins-bad-${pkgver}"
- patch -Np1 -i "$srcdir/306.diff"
-}
-
build() {
cd "${srcdir}/gst-plugins-bad-${pkgver}"
for _arch in $_architectures; do