summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2018-08-18 17:51:29 +1000
committerPete Alexandrou2018-08-18 17:51:29 +1000
commit726336d79f8b8a1e0564855fb9c1b82fc970e006 (patch)
treed290664ef196abc22c867928e3e622b4b83369f4
parent2d50c736d4b613e11cd4d0be950fec67040f369e (diff)
downloadaur-726336d79f8b8a1e0564855fb9c1b82fc970e006.tar.gz
update sha256sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 146ac21503d8..1122bb6c2998 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vidcutter
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.
pkgver = 6.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://vidcutter.ozmartians.com
install = vidcutter.install
changelog = changelog
@@ -18,7 +18,7 @@ pkgbase = vidcutter
provides = vidcutter
conflicts = vidcutter-git
source = https://github.com/ozmartian/vidcutter/archive/6.0.0.tar.gz
- sha256sums = 684a4f1cde20d5abc6e0a729521d408147bf00f11c612199da0205e3f3a1c9e6
+ sha256sums = c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
pkgname = vidcutter
diff --git a/PKGBUILD b/PKGBUILD
index a744dce757fe..0503ae371ed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter
pkgver=6.0.0
-pkgrel=2
+pkgrel=3
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=('x86_64')
license=('GPL3')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
install=${pkgname}.install
provides=('vidcutter')
conflicts=('vidcutter-git')
-sha256sums=('684a4f1cde20d5abc6e0a729521d408147bf00f11c612199da0205e3f3a1c9e6')
+sha256sums=('c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"