summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornfnty2018-07-03 13:34:51 +0100
committernfnty2018-07-03 13:35:28 +0100
commitb4ad226138240e8fc74c28b9f5452e7f5c640615 (patch)
treef5e422afd575f26e687af88afeb5a04e6c416a5a /PKGBUILD
parent93ef30473a3453c194cf3297b071e2491a0a2753 (diff)
downloadaur-b4ad226138240e8fc74c28b9f5452e7f5c640615.tar.gz
Remove Qt 5.11 patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e6a5474ea9e..5f1371585a7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('shotcut-git')
_srcname='shotcut'
pkgdesc='Video editor'
-pkgver='r2604'
+pkgver='r2679'
pkgrel='1'
arch=('i686' 'x86_64')
url='https://github.com/mltframework/shotcut'
@@ -34,13 +34,11 @@ source=(
"${_srcname}::git+${url}.git"
'shotcut.desktop'
'melt.patch'
- 'qt-5.11.patch'
)
sha512sums=(
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
)
pkgver() {
@@ -56,7 +54,6 @@ prepare() {
cd "${srcdir}/${_srcname}"
git apply "${srcdir}/melt.patch"
- git apply "${srcdir}/qt-5.11.patch"
}
build() {