diff options
Diffstat (limited to 'pcr/flowblade/PKGBUILD')
-rw-r--r-- | pcr/flowblade/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pcr/flowblade/PKGBUILD b/pcr/flowblade/PKGBUILD index 93c8134a2..37f388c70 100644 --- a/pcr/flowblade/PKGBUILD +++ b/pcr/flowblade/PKGBUILD @@ -1,8 +1,12 @@ # Maintainer (AUR): Bernhard Landauer <oberon@manjaro.org> +# parabola changes and rationale: +# - rebranded to GNU/Linux +# - added .install file to update desktop database + pkgname=flowblade pkgver=1.14 -pkgrel=1 +pkgrel=1.1 pkgdesc="a multitrack non-linear video editor for GNU/Linux" arch=('any') url="https://github.com/jliljebl/$pkgname" @@ -22,12 +26,10 @@ depends=('dbus-glib' 'python2-pillow' 'sox' 'swh-plugins') -conflicts=('flowblade-hg' 'flowblade-git') +install=flowblade.install source=("$url/archive/v$pkgver.tar.gz") sha256sums=('6096d6fb67ec8bb4cf422a11282bb8a38fb879ae178a1e54693870ef9ae212bf') -install=flowblade.install - package() { cd $pkgname-$pkgver/$pkgname-trunk python2 setup.py install \ |