diff options
Diffstat (limited to 'community/gnonlin/PKGBUILD')
-rw-r--r-- | community/gnonlin/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/gnonlin/PKGBUILD b/community/gnonlin/PKGBUILD index 8a7bde9c5..f000022d6 100644 --- a/community/gnonlin/PKGBUILD +++ b/community/gnonlin/PKGBUILD @@ -1,21 +1,22 @@ -# $Id: PKGBUILD 76165 2012-09-12 12:34:14Z arodseth $ +# $Id: PKGBUILD 98219 2013-10-07 15:43:14Z spupykin $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Abhishek Dasgupta <abhidg@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=gnonlin -pkgver=0.10.17 +pkgver=1.1.90 pkgrel=1 pkgdesc='Library for creating non-linear video editors' arch=('x86_64' 'i686') url='http://gnonlin.sourceforge.net/' -depends=('gstreamer0.10>=0.10.36') -makedepends=('python' 'gstreamer0.10-base-plugins>=0.10.36' 'pkgconfig') +depends=('gstreamer') +makedepends=('python' 'gst-plugins-base' 'pkgconfig') options=('!libtool') license=('LGPL') -source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.bz2") +source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz") sha256sums=('e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935') +sha256sums=('b2214ee45583a4532d110e852e2aecf787cefa8fe50f44c8234fb55713feba61') build() { cd "$srcdir/$pkgname-$pkgver" |