summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrmaxmeier2023-07-03 13:57:19 +0200
committerMrmaxmeier2023-07-03 13:57:19 +0200
commit61760ce568d783b0ab8163d78795a7e2c8ff061c (patch)
tree998261bf4f105506812c393c89936b601e226ad5
parentcf76c588834539c84c128cf419a90d0d78c678b8 (diff)
downloadaur-61760ce568d783b0ab8163d78795a7e2c8ff061c.tar.gz
bump to 1.7.21, remove python310 dependency
-rw-r--r--.SRCINFO13
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD10
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 491a8eb676eb..cbc2fb9054ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bombsquad
pkgdesc = An explosive arcade-style party game
- pkgver = 1.7.19
- pkgrel = 2
+ pkgver = 1.7.21
+ pkgrel = 1
url = http://www.froemling.net/apps/bombsquad
arch = x86_64
arch = aarch64
@@ -11,16 +11,15 @@ pkgbase = bombsquad
depends = sdl2
depends = libvorbis
depends = libogg
- depends = python310
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.7.19.tar.gz
- sha256sums_x86_64 = 6d45edffd11e1fec7199b479f5a48b7659356a9668af65dcfcb0eea0672c2d18
- source_aarch64 = https://files.ballistica.net/bombsquad/builds/BombSquad_Linux_Arm64_1.7.19.tar.gz
- sha256sums_aarch64 = 26492ace717ce3cd99e846434bfd119884f29aead30c35324d1476f916cac19d
+ source_x86_64 = https://files.ballistica.net/bombsquad/builds/BombSquad_Linux_x86_64_1.7.21.tar.gz
+ sha256sums_x86_64 = 2b62cbedcc51dcd7ef14f98546411544b61075cf2288c5719110e9b6875b2aef
+ source_aarch64 = https://files.ballistica.net/bombsquad/builds/BombSquad_Linux_Arm64_1.7.21.tar.gz
+ sha256sums_aarch64 = 218076c33b3d262b25d0c3ed00637a428f7f16a942e4ce81088a019b6401a8cc
pkgname = bombsquad
diff --git a/.gitignore b/.gitignore
index a7eaf3d37c7b..8936b7f8ac42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg
src
*.tar.xz
-*.tar.gz \ No newline at end of file
+*.tar.zst
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 382ad8977b3b..0536fe3cd170 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.7.19
-pkgrel=2
+pkgver=1.7.21
+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' 'python310')
+depends=('openal' 'libgl' 'sdl2' 'libvorbis' 'libogg')
source=(
"https://files.ballistica.net/bombsquad/promo/BombSquadIcon.png"
'bombsquad.sh'
@@ -17,8 +17,8 @@ source=(
sha256sums=('31f3af8d59a384b7a3ac999d2e8fe0a0033d0d31ae6e760686537ab85d86ba00'
'850f8a66eb045ce833f8d7dae4533f69b629ac648bd205d98bf5f851339d4515'
'900ffdf250eb2c59a2944703ccab9b69e58b5cdd7809f8349f6291db0301935c')
-sha256sums_x86_64=('6d45edffd11e1fec7199b479f5a48b7659356a9668af65dcfcb0eea0672c2d18')
-sha256sums_aarch64=('26492ace717ce3cd99e846434bfd119884f29aead30c35324d1476f916cac19d')
+sha256sums_x86_64=('2b62cbedcc51dcd7ef14f98546411544b61075cf2288c5719110e9b6875b2aef')
+sha256sums_aarch64=('218076c33b3d262b25d0c3ed00637a428f7f16a942e4ce81088a019b6401a8cc')
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")