summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2023-10-09 21:05:29 +0200
committerJose Riha2023-10-09 21:05:29 +0200
commit2ecaee08a0ea0bbe5830c14f0f9302062be6f1ed (patch)
treeca9bd9b91bda595a80f2ff96b8b4525e542fa656 /PKGBUILD
parentc20376f9b1c6641a059c2d5f3c3409e2bf46d57e (diff)
downloadaur-motogt.tar.gz
Update source to use latest git snapshot.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c0ba1b3bf32..f1e10bd0e957 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,30 +2,24 @@
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=motogt
-pkgver=20110505
-pkgrel=5
+pkgver=20170406
+pkgrel=1
pkgdesc="2D top-viewed game where you drive a MotoGP bike"
arch=('i686' 'x86_64')
url="http://motogt.sourceforge.net/"
license=('GPL2')
depends=('freeglut' 'libpng' 'sfml1.6')
-source=(http://prdownloads.sourceforge.net/motogt/MotoGT-$pkgver.zip
+source=(https://sourceforge.net/code-snapshots/git/m/mo/motogt/code.git/motogt-code-3fdecfabc26fd2d837c44d92dfe7bf1bed31d4c3.zip
motogt
- cumulative.patch.gz
MotoGT.desktop
MotoGT.png)
-md5sums=('5fa3a8ba52ea75bc46f011906ddc6747'
+md5sums=('f13593f2833c15b72cc5c07907ac880f'
'fe654d2910156d66efce53f82a1add08'
- 'ad6beb3cb02e2a1800da9c64615436d2'
'969b607bd91ebf06f2efd6e0d6595a28'
'7d426217b802a5691e568134cef89160')
-
build() {
cd $srcdir
-
- gunzip -c cumulative.patch.gz | patch -p1
-
# Few more patches (Add glut, OpenGL and use sfml1.6 libraries in Makefile.lnx)
cd MotoGT
sed -i 's%ffast-math%& -I/usr/include/sfml-1.6%' src/Makefile.lnx