diff options
author | nic96 | 2018-03-31 07:16:52 -0600 |
---|---|---|
committer | nic96 | 2018-03-31 07:16:52 -0600 |
commit | 3c983d41570d43c421a31ba81f4b175a68c44c07 (patch) | |
tree | b14a5e9b6e1bdfead4b95acb60ce64ad03a2a232 | |
parent | a82b539fd3092b7a61bb7df0dd9ec09f6fc5784e (diff) | |
download | aur-3c983d41570d43c421a31ba81f4b175a68c44c07.tar.gz |
updated to 180306
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = shotcut-bin pkgdesc = A free, open source, cross-platform video editor. - pkgver = 180102 - pkgrel = 2 + pkgver = 180306 + pkgrel = 1 url = https://www.shotcut.org/ install = shotcut-bin.install arch = x86_64 @@ -12,9 +12,9 @@ pkgbase = shotcut-bin depends = gstreamer depends = libxslt provides = shotcut - source = https://github.com/mltframework/shotcut/releases/download/v18.01/shotcut-linux-x86_64-180102.tar.bz2 + source = https://github.com/mltframework/shotcut/releases/download/v18.03/shotcut-linux-x86_64-180306.tar.bz2 source = shotcut.png - md5sums = ff62e4b2c242aa4356f35c4e496400a8 + md5sums = a1a08cc60468134b65d3b6ff34a6e920 md5sums = 457bc6ae5a299dee017521ec058e833b pkgname = shotcut-bin @@ -2,8 +2,8 @@ PKGEXT=.pkg.tar pkgname=shotcut-bin -pkgver=180102 -pkgrel=2 +pkgver=180306 +pkgrel=1 pkgdesc="A free, open source, cross-platform video editor." arch=(x86_64) url="https://www.shotcut.org/" @@ -13,7 +13,7 @@ provides=('shotcut') install="$pkgname.install" source=("https://github.com/mltframework/shotcut/releases/download/v${pkgver::2}.${pkgver:2:2}/shotcut-linux-x86${CARCH/*86}-$pkgver.tar.bz2" "shotcut.png") -md5sums=('ff62e4b2c242aa4356f35c4e496400a8' '457bc6ae5a299dee017521ec058e833b') +md5sums=('a1a08cc60468134b65d3b6ff34a6e920' '457bc6ae5a299dee017521ec058e833b') prepare() { |