summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--vidcutter-git.install3
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dea842b64d3e..3fd52f2f177b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vidcutter-git
- pkgdesc = the simple & fast video cutter & joiner with the help of mpv + FFmpeg
- pkgver = 3.0.0.r38.gdebe0ed
+ pkgdesc = The simplest & sexiest tool for cutting and joining your videos without the need for re-encoding or a diploma in multimedia.
+ pkgver = 3.2.0rc1.r0.gb005e46
pkgrel = 1
url = http://vidcutter.ozmartians.com
install = vidcutter-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 7bc0588adb2f..f19ca16e7a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter-git
-pkgver=3.0.0.r38.gdebe0ed
+pkgver=3.2.0rc1.r0.gb005e46
pkgrel=1
-pkgdesc="the simple & fast video cutter & joiner with the help of mpv + FFmpeg"
+pkgdesc="The simplest & sexiest tool for cutting and joining your videos without the need for re-encoding or a diploma in multimedia."
arch=('any')
license=('GPL3')
url="http://vidcutter.ozmartians.com"
diff --git a/vidcutter-git.install b/vidcutter-git.install
index d5e2aee69f1a..5495fb1b5d27 100644
--- a/vidcutter-git.install
+++ b/vidcutter-git.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() {