Date: Monday, September 10, 2018 @ 05:16:09 Author: bgyorgy Revision: 378979
upgpkg: pitivi 0.999-1 Update to new version Modified: pitivi/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-10 05:07:12 UTC (rev 378978) +++ PKGBUILD 2018-09-10 05:16:09 UTC (rev 378979) @@ -5,8 +5,8 @@ # Contributor: Gabor Nyekhelyi (n0gabor) <[email protected]> pkgname=pitivi -pkgver=0.99 -pkgrel=5 +pkgver=0.999 +pkgrel=1 pkgdesc="Editor for audio/video projects using the GStreamer framework" arch=('x86_64') url="http://pitivi.org/" @@ -14,20 +14,15 @@ depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' 'python-numpy') -makedepends=('gst-validate' 'intltool' 'itstool' 'meson') +makedepends=('intltool' 'itstool' 'meson') optdepends=('frei0r-plugins: additional video effects, clip transformation feature' 'gst-libav: additional multimedia codecs' 'gst-plugins-ugly: additional multimedia codecs') -source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz - https://gitlab.gnome.org/GNOME/pitivi/commit/0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch) -sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c' - '988604de000f6eb5989c6386a488e7d3089c54f6f94fe4b9eb24189a6c5a8662') +source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('cb6f8a831383e698c2117ca7caec77b8167a6b2e2b0fb9c375e6a4f7c815b757') prepare() { mkdir -p build - cd $pkgname-$pkgver - # https://gitlab.gnome.org/GNOME/pitivi/merge_requests/58 - patch -p1 -i ../0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch } build() {
