summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb4946d06a48..58ce4cadafb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shotcut-git
pkgdesc = Video editor
- pkgver = r2117
+ pkgver = r2235
pkgrel = 1
url = https://github.com/mltframework/shotcut
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ad82d6919135..a68ca60ad754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('shotcut-git')
_srcname='shotcut'
pkgdesc='Video editor'
-pkgver='r2117'
+pkgver='r2235'
pkgrel='1'
arch=('i686' 'x86_64')
url='https://github.com/mltframework/shotcut'
@@ -59,7 +59,9 @@ prepare() {
build() {
cd "${srcdir}/${_srcname}"
- qmake PREFIX='/usr/'
+ qmake PREFIX='/usr' \
+ QMAKE_CFLAGS_RELEASE="${CFLAGS}" \
+ QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}"
make
}