From 3a0ad5dc35d5cff379cdfc736b9cae856416fe6a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 8 Oct 2013 02:34:09 -0700 Subject: Tue Oct 8 02:32:53 PDT 2013 --- community/gnonlin/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'community/gnonlin/PKGBUILD') 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 # Contributor: Ionut Biru # Contributor: Abhishek Dasgupta # Contributor: William Rea 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" -- cgit v1.2.3-54-g00ecf