diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-02-07 11:30:06 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-02-07 11:30:06 -0500 |
commit | 965ef28171627a4a00ae0733d712674e1db2ff07 (patch) | |
tree | 58d7a82665ef3e5e713f60e5091098075f3c0ee0 /libre/openshot/PKGBUILD | |
parent | 346512a598432d619dae3accd123775fd836e1f0 (diff) | |
download | abslibre-965ef28171627a4a00ae0733d712674e1db2ff07.tar.gz abslibre-965ef28171627a4a00ae0733d712674e1db2ff07.tar.bz2 abslibre-965ef28171627a4a00ae0733d712674e1db2ff07.zip |
openshot-2.4.1-1.parabola1: updating version
Diffstat (limited to 'libre/openshot/PKGBUILD')
-rw-r--r-- | libre/openshot/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/openshot/PKGBUILD b/libre/openshot/PKGBUILD index 8c2d2097e..e4ec84f88 100644 --- a/libre/openshot/PKGBUILD +++ b/libre/openshot/PKGBUILD @@ -6,7 +6,7 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=openshot -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1.parabola1 pkgdesc="a free, non-linear video editor for GNU/Linux based on MLT framework, without nonfree faac recommendation" arch=('any') @@ -23,7 +23,7 @@ makedepends=('python-setuptools') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz") -sha256sums=('a4fed9815ffb4f93cd85a79a86bb78e157086b596599c2bb68368ef53ebf8e17') +sha256sums=('da388c08cd94ec503a57756871244d9bb8746973807e2f95618a0d9d5e11fae9') package() { cd "$srcdir"/openshot-qt-$pkgver |