diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-26 21:07:34 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-02 15:48:32 +0000 |
commit | 2a1140fc9e32c027db43715d213f91d3c7e853ee (patch) | |
tree | 8d2870792e8721d681217fb319cba347d8bbe536 /community/gst-plugins-ugly/APKBUILD | |
parent | 46e67197c99e4c77aa681086f7f97c4fd140c1ac (diff) | |
download | aports-2a1140fc9e32c027db43715d213f91d3c7e853ee.tar.bz2 aports-2a1140fc9e32c027db43715d213f91d3c7e853ee.tar.xz |
community/gst-plugins-ugly: upgrade to 1.16.1
Closes !190
Diffstat (limited to 'community/gst-plugins-ugly/APKBUILD')
-rw-r--r-- | community/gst-plugins-ugly/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gst-plugins-ugly/APKBUILD b/community/gst-plugins-ugly/APKBUILD index a8686610aa..885628d025 100644 --- a/community/gst-plugins-ugly/APKBUILD +++ b/community/gst-plugins-ugly/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-ugly -pkgver=1.16.0 -pkgrel=1 +pkgver=1.16.1 +pkgrel=0 pkgdesc="GStreamer streaming media framework ugly plug-ins" url="https://gstreamer.freedesktop.org" arch="all" @@ -9,7 +9,7 @@ license="GPL-2.0-or-later LGPL-2.0-or-later" replaces="gst-plugins-ugly1" makedepends="a52dec-dev glib-dev gst-plugins-base-dev gstreamer-dev libcdio-dev libdvdread-dev libmpeg2-dev meson orc-dev x264-dev" -source="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/$pkgname-$pkgver.tar.xz" +source="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$pkgver.tar.xz" subpackages="$pkgname-lang" ldpath="/usr/lib/gstreamer-1.0" @@ -44,4 +44,4 @@ doc() { replaces="${pkgname}1-doc" } -sha512sums="7ecbd3ddc3034dfaa3ce7d118589c856e99e8da734e8d1dd70ab70f4aa3d11d78bd55b6c6134eddaa0b6e627015b1f663c0439367bba305c7d7d46a387470d2e gst-plugins-ugly-1.16.0.tar.xz" +sha512sums="43a5c5b29dcd0968ccf7049c0d866510ca42f72bc0882c5e2b36ee6feb7074fdb32d858c284f8a650e28c47ef20f03fb376e0da1a0c01650ee4453068502700f gst-plugins-ugly-1.16.1.tar.xz" |