diff options
-rw-r--r-- | testing/shotcut/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/shotcut/APKBUILD b/testing/shotcut/APKBUILD index 0b0a9777ad..d16ee21657 100644 --- a/testing/shotcut/APKBUILD +++ b/testing/shotcut/APKBUILD @@ -1,8 +1,8 @@ -#Contributor: Carlo Landmeter <clandmeter@gmail.com> -#Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> +# Contributor: Carlo Landmeter <clandmeter@gmail.com> +# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=shotcut pkgver=20.04.12 -pkgrel=0 +pkgrel=1 pkgdesc="Cross-platform video editor" url="https://www.shotcut.org" arch="all !s390x !armhf !mips !mips64" # blocked by qtwebkit @@ -17,7 +17,7 @@ source="shotcut-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/ options="!check" # No test suite present build() { - qmake-qt5 PREFIX="/usr/" + qmake-qt5 PREFIX="/usr" make } |