summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f3f8b882a6c..6955a7c92f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('shotcut-git')
_srcname='shotcut'
pkgdesc='Video editor'
-pkgver='r2701'
+pkgver='r2732'
pkgrel='1'
arch=('i686' 'x86_64')
url='https://github.com/mltframework/shotcut'
@@ -62,6 +62,9 @@ build() {
QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" \
SHOTCUT_VERSION="${pkgver}"
make
+
+ cd translations
+ lrelease ./*.ts
}
package() {