summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-05-09 20:38:54 +0800
committerPete Alexandrou2017-05-09 20:38:54 +0800
commit3fcf6295daf1f69177d36f71ff699108290e9beb (patch)
tree10eda056dc7099453e7283b48bbbdb1eb41061e4
parenta314d992170a36d4de6fda58f2b6d7c1a76d6750 (diff)
downloadaur-3fcf6295daf1f69177d36f71ff699108290e9beb.tar.gz
v3.2.0 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--vidcutter.install3
3 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ceb49955899..62a7c9e2f998 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vidcutter
- pkgdesc = the simple & fast video cutter & joiner with the help of mpv + FFmpeg
- pkgver = 3.0.1
- pkgrel = 3
+ pkgdesc = The simplest + fastest video cut & merge tool
+ pkgver = 3.2.0
+ pkgrel = 1
url = http://vidcutter.ozmartians.com
install = vidcutter.install
arch = any
@@ -13,8 +13,8 @@ pkgbase = vidcutter
depends = mediainfo
provides = vidcutter
conflicts = vidcutter-git
- source = https://github.com/ozmartian/vidcutter/archive/3.0.1.tar.gz
- md5sums = SKIP
+ source = https://github.com/ozmartian/vidcutter/archive/3.2.0.tar.gz
+ md5sums = 9366a8f4e6f2d00e25c957513fc72d9f
pkgname = vidcutter
diff --git a/PKGBUILD b/PKGBUILD
index 16946fbaa1cd..29c144588ea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter
-pkgver=3.0.1
-pkgrel=3
-pkgdesc="the simple & fast video cutter & joiner with the help of mpv + FFmpeg"
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="The simplest + fastest video cut & merge tool"
arch=('any')
license=('GPL3')
url="http://vidcutter.ozmartians.com"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
install=${pkgname}.install
provides=('vidcutter')
conflicts=('vidcutter-git')
-md5sums=('SKIP')
+md5sums=('9366a8f4e6f2d00e25c957513fc72d9f')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/vidcutter.install b/vidcutter.install
index d5e2aee69f1a..5495fb1b5d27 100644
--- a/vidcutter.install
+++ b/vidcutter.install
@@ -1,5 +1,6 @@
post_install() {
- xdg-icon-resource forceupdate &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
}
post_upgrade() {