summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-05-08 11:51:10 +0200
committerHyacinthe Cartiaux2017-05-08 11:51:10 +0200
commit96652aff6bed450122afaa7f8d4429ca78aa208c (patch)
tree78e6b46ed8b1860a68ea99f86e80f1f08dfd2bd6 /PKGBUILD
parenteaf9dd07531b174a4cf51e03a0782116286fe691 (diff)
downloadaur-psi-l10n-git.tar.gz
Switch to qt5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8e831f37c53..ddcaa865a3a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Alexey Korobtsov <korobcoff@gmail.com>
pkgname=psi-l10n-git
-pkgver=0.16_translations_20141111
+pkgver=0.16_translations_20170508
pkgrel=1
pkgdesc="Language packs for Psi-git"
arch=('any')
url="http://psi.im"
license=('GPL2')
-makedepends=('qt4')
+makedepends=('git' 'qt5-base')
depends=('psi-git')
options=('!strip' '!zipman')
source=('git://github.com/psi-im/psi-translations.git')
@@ -21,7 +21,7 @@ build() {
cd $srcdir/psi-translations
for langfile in $(ls */*.ts); do
- lrelease-qt4 "$langfile"
+ lrelease-qt5 "$langfile"
done
}