Date: Monday, October 7, 2013 @ 12:05:50 Author: spupykin Revision: 98176
upgpkg: pitivi 0.91-1 upd Modified: pitivi/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-07 01:47:21 UTC (rev 98175) +++ PKGBUILD 2013-10-07 10:05:50 UTC (rev 98176) @@ -4,8 +4,8 @@ # Contributor: Gabor Nyekhelyi (n0gabor) <[email protected]> pkgname=pitivi -pkgver=0.15.2 -pkgrel=6 +pkgver=0.91 +pkgrel=1 pkgdesc="Editor for audio/video projects using the GStreamer framework" arch=('any') url="http://www.pitivi.org/" @@ -13,13 +13,13 @@ depends=('gstreamer0.10>=0.10.24' 'pygoocanvas' 'gstreamer0.10-good' 'pygtk>=2.14.0' 'gstreamer0.10-python>=0.10.19' 'gnonlin>=0.10.13' 'zope-interface' 'dbus-python' 'gnome-icon-theme' 'pyxdg' - 'python2-setuptools') + 'python2-setuptools' 'itstool') makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils') optdepends=('frei0r-plugins: enable the video transformations' 'python2-numpy: enable the video transformations') install=$pkgname.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.15/$pkgname-$pkgver.tar.xz) -md5sums=('e0e379fca759025140ac1316819b2173') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.91/$pkgname-$pkgver.tar.xz) +md5sums=('30f520587885d231aeb9a7ddb2585e45') build() { cd "$srcdir/$pkgname-$pkgver"
