summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrançois Magimel2019-10-28 19:22:57 +0100
committerFrançois Magimel2019-10-28 19:22:57 +0100
commit78829a281d7240e616b79f388c46aece092f9280 (patch)
tree515a37850ea39d765b729d43b9564c82576b2791 /PKGBUILD
parentdf514880a9f855b51b7e3ebfd845dffbe4b163ed (diff)
downloadaur-78829a281d7240e616b79f388c46aece092f9280.tar.gz
Build translation files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc11274343fe..0b3d3b950358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gitname=fofix
pkgname=fofix-git
pkgver=v4.0.0alpha2.r324.g0f69173
epoch=1
-pkgrel=3
+pkgrel=4
pkgdesc="Frets on Fire X (FoFiX). Highly improved version of Frets on Fire (Git Version)"
arch=('i686' 'x86_64')
url="https://github.com/fofix/fofix"
@@ -51,6 +51,7 @@ pkgver() {
build() {
cd "$srcdir/fofix"
python2 setup.py build_ext --inplace --force
+ python2 setup.py msgfmt
}
package() {