summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5995da1fc533..4cedee849f12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shotcut-git
pkgdesc = Video editor
- pkgver = r2701
+ pkgver = r2732
pkgrel = 1
url = https://github.com/mltframework/shotcut
arch = i686
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() {