summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-06-08 10:59:43 +0800
committerPete Alexandrou2017-06-08 10:59:43 +0800
commit4468fdc283fa2bda509b8b7abfcbd48d7a61c9c5 (patch)
tree2cc27af67b3de025796f2fcb566edd6868455152
parentdd2b0a641da23eb9284927beb6411fe6bc308da3 (diff)
downloadaur-4468fdc283fa2bda509b8b7abfcbd48d7a61c9c5.tar.gz
fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e79c214590..5169ae8a7d4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vidcutter-git
pkgdesc = the simplest + fastest video cutter & joiner
pkgver = 4.0.0.r0.g8d91075
- pkgrel = 1
+ pkgrel = 2
url = http://vidcutter.ozmartians.com
install = vidcutter-git.install
arch = any
@@ -14,7 +14,7 @@ pkgbase = vidcutter-git
depends = python-opengl
provides = vidcutter-git
conflicts = vidcutter
- source = vidcutter-git::git+https://github.com/ozmartian/vidcutter.git
+ source = vidcutter-git::git+https://github.com/ozmartian/vidcutter.git#opengl
md5sums = SKIP
pkgname = vidcutter-git
diff --git a/PKGBUILD b/PKGBUILD
index 1f50ee7c0531..e093b2251638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=vidcutter-git
_pkgname=vidcutter
pkgver=4.0.0.r0.g8d91075
-pkgrel=1
+pkgrel=2
pkgdesc="the simplest + fastest video cutter & joiner"
arch=('any')
license=('GPL3')
url="http://vidcutter.ozmartians.com"
-source=(vidcutter-git::git+https://github.com/ozmartian/vidcutter.git)
+source=(vidcutter-git::git+https://github.com/ozmartian/vidcutter.git#opengl)
depends=('python-pyqt5' 'mpv' 'ffmpeg' 'mediainfo' 'python-opengl')
makedepends=('python-setuptools')
install=${pkgname}.install