summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2016-12-31 15:52:53 +0800
committerPete Alexandrou2016-12-31 15:52:53 +0800
commit39a9dc49554d996768d39609de64be32ea7f0da7 (patch)
tree0f6d417ace4db01da7cd71132d440c1b1bbfe0b1
parent08d556070cb63f4ce9aaab50af6c7a42e861b23e (diff)
downloadaur-39a9dc49554d996768d39609de64be32ea7f0da7.tar.gz
minor version bump
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4e73be80015..c4347452a8c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pete Alexandrou (ozmartian) <pete@ozmartians.com>
pkgname=vidcutter
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="FFmpeg based video cutter & joiner with a modern PyQt5 GUI"
arch=('any')
license=('GPL3')
@@ -10,7 +10,7 @@ source=(https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz)
depends=('python-pyqt5' 'qt5-multimedia' 'ffmpeg' 'python-qtawesome-git')
makedepends=('git' 'python-setuptools')
provides=()
-conflicts=('vidcutter')
+conflicts=('vidcutter-git')
md5sums=('SKIP')
build() {