summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2023-10-09 21:05:29 +0200
committerJose Riha2023-10-09 21:05:29 +0200
commit2ecaee08a0ea0bbe5830c14f0f9302062be6f1ed (patch)
treeca9bd9b91bda595a80f2ff96b8b4525e542fa656
parentc20376f9b1c6641a059c2d5f3c3409e2bf46d57e (diff)
downloadaur-motogt.tar.gz
Update source to use latest git snapshot.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
-rw-r--r--cumulative.patch.gzbin9532 -> 0 bytes
3 files changed, 8 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9745abb15022..adaa2dc67cc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = motogt
pkgdesc = 2D top-viewed game where you drive a MotoGP bike
- pkgver = 20110505
- pkgrel = 5
+ pkgver = 20170406
+ pkgrel = 1
url = http://motogt.sourceforge.net/
arch = i686
arch = x86_64
@@ -9,14 +9,12 @@ pkgbase = motogt
depends = freeglut
depends = libpng
depends = sfml1.6
- source = http://prdownloads.sourceforge.net/motogt/MotoGT-20110505.zip
+ source = https://sourceforge.net/code-snapshots/git/m/mo/motogt/code.git/motogt-code-3fdecfabc26fd2d837c44d92dfe7bf1bed31d4c3.zip
source = motogt
- source = cumulative.patch.gz
source = MotoGT.desktop
source = MotoGT.png
- md5sums = 5fa3a8ba52ea75bc46f011906ddc6747
+ md5sums = f13593f2833c15b72cc5c07907ac880f
md5sums = fe654d2910156d66efce53f82a1add08
- md5sums = ad6beb3cb02e2a1800da9c64615436d2
md5sums = 969b607bd91ebf06f2efd6e0d6595a28
md5sums = 7d426217b802a5691e568134cef89160
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
diff --git a/cumulative.patch.gz b/cumulative.patch.gz
deleted file mode 100644
index ae7999ad55d0..000000000000
--- a/cumulative.patch.gz
+++ /dev/null
Binary files differ