summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrmaxmeier2022-06-19 20:05:16 +0200
committerMrmaxmeier2022-06-19 20:05:16 +0200
commit18f561e45bb82c3c4e1aeb0d75d3c0d659a2f000 (patch)
tree10da80d4df6010be60db0e54c50f31d3a82d96c1
parentbad41844a238d12d92fc3311a5da23c789815812 (diff)
downloadaur-18f561e45bb82c3c4e1aeb0d75d3c0d659a2f000.tar.gz
bump to 1.7.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9daf7990c593..7c0039ecbb66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bombsquad
pkgdesc = An explosive arcade-style party game
- pkgver = 1.6.11
+ pkgver = 1.7.1
pkgrel = 1
url = http://www.froemling.net/apps/bombsquad
arch = x86_64
@@ -11,16 +11,16 @@ pkgbase = bombsquad
depends = sdl2
depends = libvorbis
depends = libogg
- depends = python39
+ depends = python
source = https://files.ballistica.net/bombsquad/promo/BombSquadIcon.png
source = bombsquad.sh
source = bombsquad.desktop
sha256sums = 31f3af8d59a384b7a3ac999d2e8fe0a0033d0d31ae6e760686537ab85d86ba00
sha256sums = 850f8a66eb045ce833f8d7dae4533f69b629ac648bd205d98bf5f851339d4515
sha256sums = 900ffdf250eb2c59a2944703ccab9b69e58b5cdd7809f8349f6291db0301935c
- source_x86_64 = https://files.ballistica.net/bombsquad/builds/BombSquad_Linux_x86_64_1.6.11.tar.gz
- sha256sums_x86_64 = 919b98918d459d65ecb711817a13ac2ef8dacd6fcf84bedc42045709d6fb5e51
- source_aarch64 = https://files.ballistica.net/bombsquad/builds/BombSquad_Linux_Arm64_1.6.11.tar.gz
- sha256sums_aarch64 = f6baa8730c50ea01041e89ef42e2eaed0fbe80a0fd05e372b749ac8f87cf9619
+ source_x86_64 = https://files.ballistica.net/bombsquad/builds/BombSquad_Linux_x86_64_1.7.1.tar.gz
+ sha256sums_x86_64 = 8dfd4ae406bb5214011fa83c047d01c319b09f7cd886dadcb26cb235a99ee9cd
+ source_aarch64 = https://files.ballistica.net/bombsquad/builds/BombSquad_Linux_Arm64_1.7.1.tar.gz
+ sha256sums_aarch64 = 906b24d33cc514fc856be60c6e35d51c200ffed4363389f24f8d168ae4638bf3
pkgname = bombsquad
diff --git a/PKGBUILD b/PKGBUILD
index d9c7f9df5a45..a7a7b3af93d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# TODO: fall back to /builds/old in case the build artifact disappears
pkgname=bombsquad
-pkgver=1.6.11
+pkgver=1.7.1
pkgrel=1
pkgdesc='An explosive arcade-style party game'
arch=('x86_64' 'aarch64')
url='http://www.froemling.net/apps/bombsquad'
license=('unknown')
-depends=('openal' 'libgl' 'sdl2' 'libvorbis' 'libogg' 'python39')
+depends=('openal' 'libgl' 'sdl2' 'libvorbis' 'libogg' 'python')
source=(
"https://files.ballistica.net/bombsquad/promo/BombSquadIcon.png"
'bombsquad.sh'
@@ -21,8 +21,8 @@ sha256sums=(
)
source_x86_64=("https://files.ballistica.net/bombsquad/builds/BombSquad_Linux_x86_64_${pkgver}.tar.gz")
source_aarch64=("https://files.ballistica.net/bombsquad/builds/BombSquad_Linux_Arm64_${pkgver}.tar.gz")
-sha256sums_x86_64=("919b98918d459d65ecb711817a13ac2ef8dacd6fcf84bedc42045709d6fb5e51")
-sha256sums_aarch64=("f6baa8730c50ea01041e89ef42e2eaed0fbe80a0fd05e372b749ac8f87cf9619")
+sha256sums_x86_64=("8dfd4ae406bb5214011fa83c047d01c319b09f7cd886dadcb26cb235a99ee9cd")
+sha256sums_aarch64=("906b24d33cc514fc856be60c6e35d51c200ffed4363389f24f8d168ae4638bf3")
package() {
cd "$srcdir"/BombSquad_Linux_*_"$pkgver"