summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0643f7c0897..3570809ed849 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tuxtype
pkgdesc = An educational typing tutorial game starring Tux
pkgver = 1.8.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.tux4kids.com/tuxtyping.html
arch = x86_64
license = GPL2
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
}