extremetuxracer: 0.8.0 -> 0.8.1

This commit is contained in:
Tim Biermann 2021-06-27 18:40:32 +00:00
parent 8a71b4ed8a
commit 4f9189f8cd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 6 additions and 16 deletions

View File

@ -539,16 +539,6 @@ drwxr-xr-x root/root usr/share/etr/textures/
-rw-r--r-- root/root usr/share/etr/textures/tuxbonus.png
-rw-r--r-- root/root usr/share/etr/textures/wind_butt.png
-rw-r--r-- root/root usr/share/etr/textures/ziff032.png
drwxr-xr-x root/root usr/share/etr/translations/
-rw-r--r-- root/root usr/share/etr/translations/cs_CZ.lst
-rw-r--r-- root/root usr/share/etr/translations/de_DE.lst
-rw-r--r-- root/root usr/share/etr/translations/es_ES.lst
-rw-r--r-- root/root usr/share/etr/translations/fi_FI.lst
-rw-r--r-- root/root usr/share/etr/translations/fr_FR.lst
-rw-r--r-- root/root usr/share/etr/translations/languages.lst
-rw-r--r-- root/root usr/share/etr/translations/pl_PL.lst
-rw-r--r-- root/root usr/share/etr/translations/se_SE.lst
-rw-r--r-- root/root usr/share/etr/translations/xx_XX.lst
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/etr.png
-rw-r--r-- root/root usr/share/pixmaps/etr.svg

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/bdVzyQgEdAkZoRZmQ5NSVWeJJe3vRHmABBtgiQ+Li9Z+utW8D+YUyvofVh+DY/JhoDGdNzJ3aWzKOnjQhOIw8=
SHA256 (Pkgfile) = c045068090e6fef4d0f5c22843544796d68815ce1f5bed17d2e0559b1890a854
SHA256 (.footprint) = e2b8acef1dcad1414085cd825e82897d3724273322f89f9d6a9a8a1f9688a20a
SHA256 (etr-0.8.0.tar.xz) = 4b2899314eda8d0826504ab274acb13ab0dab58b6d0641587749dfa77757da17
RWSagIOpLGJF37eGVULzV4CMlsWTDPP6If+xCX7TwsnzdlzLud+bcaGosdz4V61YCSaFxfBK2oE5n/dxiaz2Ld20RXTioCe6bgU=
SHA256 (Pkgfile) = 3187d2ce5ff98a985e2b88227038bb6de49c26c4b80453682af51c00ee981172
SHA256 (.footprint) = f5afef30d86063434c2438035014fc21cef96c07f370a90522a5ae198973887d
SHA256 (etr-0.8.1.tar.xz) = 92da963ed32ab9bff126346edfb9549e871d7c3cec753f4ac5098e0d53c38341

View File

@ -4,7 +4,7 @@
# Depends on: glu csfml
name=extremetuxracer
version=0.8.0
version=0.8.1
release=1
source=(https://downloads.sourceforge.net/project/$name/releases/$version/etr-$version.tar.xz)
@ -16,5 +16,5 @@ build() {
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/share/{doc,etr/translations}
}