diff options
author | Gaming4JC | 2020-10-12 16:23:46 -0400 |
---|---|---|
committer | Gaming4JC | 2020-10-12 16:23:46 -0400 |
commit | 476bfb5509adbc968fe9c547e5f3713db40f531e (patch) | |
tree | 4806fac2d74db00c02a324f5a7bfbde0132eb6ad | |
parent | 2e8f46f9956f1723839c077ef349271a266a0845 (diff) | |
download | aur-bumprace.tar.gz |
Version bump
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 6 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = bumprace pkgdesc = Arcade Game. You've got to get from the start to the finish line without crashing into deadly blocks. - pkgver = 1.5.5 + pkgver = 1.5.8 pkgrel = 1 url = http://www.linux-games.com/bumprace arch = x86_64 @@ -10,8 +10,8 @@ pkgbase = bumprace depends = libjpeg-turbo depends = sdl_mixer depends = sdl_image - source = https://bitbucket.org/karlb/bumprace/get/1.5.5.tar.gz - sha512sums = 503a04c4f8e3537861af91f2978aae36267288b8db61fe55da6dd96003c11d585ef0632080bebddf482a34f32405b10354710541a9e140b0e614a5857dd6be10 + source = https://github.com/karlb/bumprace/archive/1.5.8.tar.gz + sha512sums = bffc1d829deb048644fa21eb4566e2008573c0ee2e6f96e75470c8a6fa4cacb788cb93adf6e24b53f32884fd999880ffc527a903ce617a376cb5aae4c1b97480 pkgname = bumprace @@ -1,15 +1,13 @@ -# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697 - pkgname=bumprace -pkgver=1.5.5 +pkgver=1.5.8 pkgrel=1 pkgdesc="Arcade Game. You've got to get from the start to the finish line without crashing into deadly blocks." arch=('x86_64' 'i686') url="http://www.linux-games.com/bumprace" license=('GPL2') depends=('sdl' 'libjpeg-turbo' 'sdl_mixer' 'sdl_image') -source=("https://bitbucket.org/karlb/$pkgname/get/$pkgver.tar.gz") -sha512sums=('503a04c4f8e3537861af91f2978aae36267288b8db61fe55da6dd96003c11d585ef0632080bebddf482a34f32405b10354710541a9e140b0e614a5857dd6be10') +source=("https://github.com/karlb/bumprace/archive/$pkgver.tar.gz") +sha512sums=('bffc1d829deb048644fa21eb4566e2008573c0ee2e6f96e75470c8a6fa4cacb788cb93adf6e24b53f32884fd999880ffc527a903ce617a376cb5aae4c1b97480') build() { cd karlb-$pkgname-034aca498e89 |