diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-04 16:13:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-04 16:13:50 +0000 |
commit | 0f73e1ef1ccd8f74f5401660c15ac6683fb3332b (patch) | |
tree | 0f743c900f34449830ea7eabe7bf403f9fa561be /main/gst-ffmpeg/APKBUILD | |
parent | 047cc1101efd3d67a79cc1326cb011205c297c47 (diff) | |
download | aports-0f73e1ef1ccd8f74f5401660c15ac6683fb3332b.tar.bz2 aports-0f73e1ef1ccd8f74f5401660c15ac6683fb3332b.tar.xz |
main/gst-ffmpeg: fix previous commit and bump pkgrel
Diffstat (limited to 'main/gst-ffmpeg/APKBUILD')
-rw-r--r-- | main/gst-ffmpeg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gst-ffmpeg/APKBUILD b/main/gst-ffmpeg/APKBUILD index 81f92a77bd..4b1fc70ec3 100644 --- a/main/gst-ffmpeg/APKBUILD +++ b/main/gst-ffmpeg/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-ffmpeg pkgver=0.10.11 -pkgrel=1 +pkgrel=2 pkgdesc="Gstreamer FFMpeg Plugin" url="http://www.gstreamer.net" arch="all" |