summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPete Alexandrou2018-02-06 14:19:23 +0800
committerPete Alexandrou2018-02-06 14:19:23 +0800
commitaa07d0a8601d67827ea223b37f47bba3e4465665 (patch)
treec828298a0bdc6f3336a1d6c3c47a560da0545702 /PKGBUILD
parentfc60ad709dbb76c8a720f19ab893320aa2e3b9ba (diff)
downloadaur-aa07d0a8601d67827ea223b37f47bba3e4465665.tar.gz
5.5.0 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bc604c79552..b2cb19efe1ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter
-pkgver=5.0.5
-pkgrel=2
+pkgver=5.5.0
+pkgrel=1
pkgdesc='A modern, simple to use, constantly evolving and hella fast MEDIA CUTTER + JOINER w/ frame-accurate SmartCut technology + Qt5, libmpv, FFmpeg and MediaInfo powering the backend.'
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('GPL3')
url="https://vidcutter.ozmartians.com"
source=(https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz)
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
install=${pkgname}.install
provides=('vidcutter')
conflicts=('vidcutter-git')
-sha256sums=('7abba5bcf7c07a5554a47d87e3db168138136f9b2acd8896cbf85e794aac270f')
+sha256sums=('bf2d91a82e1ad71cd2b391c96d76579ff1d9519885c279b50f2d6a52a6b1df90')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"