summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2017-01-30 20:59:03 +0100
committerNicola Murino2017-01-30 20:59:03 +0100
commit1b18b37d18f6dc3ebd8ab5e246353603a4dacaae (patch)
treea7a5e26c57f6769744422d4f18ddc9b4c095cf2c
parent8a5c838be22bc335523de19d8e9f211ccd7692c7 (diff)
downloadaur-1b18b37d18f6dc3ebd8ab5e246353603a4dacaae.tar.gz
Update to 1.10.3
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0157de27c850..393ec18edc64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
# Generated by mksrcinfo v8
-# Fri Jan 13 08:56:11 UTC 2017
+# Mon Jan 30 19:55:46 UTC 2017
pkgbase = mingw-w64-gst-plugins-ugly
pkgdesc = GStreamer Multimedia Framework Ugly Plugins (mingw-w64)
- pkgver = 1.10.2
- pkgrel = 2
+ pkgver = 1.10.3
+ pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
license = LGPL
makedepends = mingw-w64-configure
- makedepends = mingw-w64-gstreamer
makedepends = mingw-w64-x264
makedepends = mingw-w64-lame
makedepends = mingw-w64-opencore-amr
@@ -19,8 +18,8 @@ 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.10.2.tar.xz
- sha256sums = f303dd4c2ebc963e8b0b03c3069f70657bcf1cd62224d344ad579b3dda17ec9d
+ source = http://gstreamer.freedesktop.org//src/gst-plugins-ugly/gst-plugins-ugly-1.10.3.tar.xz
+ sha256sums = c91597d03abff9df435ad4892eae44df1ee14159c7cc7317ac9d2766ff446bd2
pkgname = mingw-w64-gst-plugins-ugly
diff --git a/PKGBUILD b/PKGBUILD
index 3b399b596eba..f18ccdcc94ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: drakkan <nicola dot murino at gmail.com>
+# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-ugly
-pkgver=1.10.2
-pkgrel=2
+pkgver=1.10.3
+pkgrel=1
pkgdesc="GStreamer Multimedia Framework Ugly Plugins (mingw-w64)"
arch=(any)
url="http://gstreamer.freedesktop.org/"
license=('LGPL')
-makedepends=('mingw-w64-configure' 'mingw-w64-gstreamer' 'mingw-w64-x264' 'mingw-w64-lame' 'mingw-w64-opencore-amr')
depends=('mingw-w64-glib2' 'mingw-w64-gstreamer' 'mingw-w64-gst-plugins-base' 'mingw-w64-orc')
+makedepends=('mingw-w64-configure' 'mingw-w64-x264' 'mingw-w64-lame' 'mingw-w64-opencore-amr')
options=('!strip' '!buildflags' 'staticlibs')
source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.xz)
-sha256sums=('f303dd4c2ebc963e8b0b03c3069f70657bcf1cd62224d344ad579b3dda17ec9d')
+sha256sums=('c91597d03abff9df435ad4892eae44df1ee14159c7cc7317ac9d2766ff446bd2')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"