summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Epaneshnikov2021-12-18 15:55:25 +0300
committerAlexander Epaneshnikov2021-12-18 15:55:25 +0300
commitf2fba25d69e1fc3072cf7943b7f4f0d6cbd72353 (patch)
treee8fa8c4ff40efd2c893976b8cde42b845d109c3a /PKGBUILD
parentd06d85f83424e893a1775b8ed9d488ab42ff21e5 (diff)
downloadaur-tuxtype.tar.gz
upgpkg: tuxtype 1.8.3-2
fix getext locales
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b437e680a35..fdb2d4afdfb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tuxtype
pkgver=1.8.3
-pkgrel=1
+pkgrel=2
pkgdesc="An educational typing tutorial game starring Tux"
arch=('x86_64')
url="https://www.tux4kids.com/tuxtyping.html"
@@ -24,6 +24,7 @@ build() {
./configure --prefix=/usr --localstatedir=/usr/share/games --sysconfdir=/etc --without-rsvg
make
+ make update-gmo
}
package() {
@@ -31,7 +32,7 @@ package() {
make DESTDIR="${pkgdir}" install
-#icon + desktop files
+ #icon + desktop files
install -vDm644 $pkgname.desktop "${pkgdir}"/usr/share/applications/$pkgname.desktop
install -vDm644 icon.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
}