summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornic962018-03-31 07:16:52 -0600
committernic962018-03-31 07:16:52 -0600
commit3c983d41570d43c421a31ba81f4b175a68c44c07 (patch)
treeb14a5e9b6e1bdfead4b95acb60ce64ad03a2a232
parenta82b539fd3092b7a61bb7df0dd9ec09f6fc5784e (diff)
downloadaur-3c983d41570d43c421a31ba81f4b175a68c44c07.tar.gz
updated to 180306
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b612a6c6a9ee..2a90485ec4ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e7367e7168ad..2fcf7b297496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {