summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2018-04-28 03:32:59 +0800
committerPete Alexandrou2018-04-28 03:32:59 +0800
commit45adfb9e246cbabdb4bee9e7db68df013d3e6e8c (patch)
tree803d92a46ae25c1e630b2e5f86adbb3459f84006
parent7811123746145335c02ddd89e2535cfcbc837747 (diff)
downloadaur-45adfb9e246cbabdb4bee9e7db68df013d3e6e8c.tar.gz
upstream updates
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--vidcutter-git.install1
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df68cd4bf46b..64394ee1bd93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vidcutter-git
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 = 5
+ pkgrel = 6
url = https://vidcutter.ozmartians.com
install = vidcutter-git.install
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = vidcutter-git
depends = mpv
depends = ffmpeg
depends = mediainfo
+ depends = python-simplejson
provides = vidcutter
conflicts = vidcutter
source = https://github.com/ozmartian/vidcutter/archive/6.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ed07c0d83571..371cdd641959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter-git
pkgver=6.0.0
-pkgrel=5
+pkgrel=6
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')
url="https://vidcutter.ozmartians.com"
source=(https://github.com/ozmartian/${pkgname%-git}/archive/${pkgver}.tar.gz)
-depends=('python-setuptools' 'python-pyqt5' 'mpv' 'ffmpeg' 'mediainfo')
+depends=('python-setuptools' 'python-pyqt5' 'mpv' 'ffmpeg' 'mediainfo' 'python-simplejson')
makedepends=('python-setuptools')
install=${pkgname}.install
provides=('vidcutter')
diff --git a/vidcutter-git.install b/vidcutter-git.install
index a33ad06c2dc2..ad1de484b9fb 100644
--- a/vidcutter-git.install
+++ b/vidcutter-git.install
@@ -1,7 +1,6 @@
post_install() {
update-desktop-database -q &> /dev/null
update-mime-database /usr/share/mime &> /dev/null
- xdg-icon-resource install --noupdate --context mimetypes --size 128 /usr/share/icons/hicolor/128x128/apps/vidcutter.png application-x-vidcutter &> /dev/null
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}