summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dc33d8833c0..3323b326489e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tbftss-the-pandoran-war
pkgdesc = A 2D mission-based space shooter, based on the Battle for the Solar System space opera novel trilogy.
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://www.battleforthesolarsystem.com/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = tbftss-the-pandoran-war
depends = sdl2_image
depends = sdl2_mixer
depends = sdl2_ttf
- source = tbftss-1.5.0.tar.gz::https://github.com/stephenjsweeney/tbftss/archive/1.5.0.tar.gz
- sha256sums = 5120bd44e783b536a5e78a5568de94347d44263087f3e2287afbcff5bc92b5ce
+ source = tbftss-1.5.1.tar.gz::https://github.com/stephenjsweeney/tbftss/archive/v1.5.1.tar.gz
+ sha256sums = b1c85db6f286d8b16a7be227007f6ed56dc2e47b36b7daeb4fba78f64cb6f541
pkgname = tbftss-the-pandoran-war
diff --git a/PKGBUILD b/PKGBUILD
index 3dc8ba473cdf..e532a1e86b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: physkets <physkets // at // tutanota dot com>
_pkgname=tbftss
pkgname=${_pkgname}-the-pandoran-war
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="A 2D mission-based space shooter, based on the Battle for the Solar System space opera novel trilogy."
url="https://www.battleforthesolarsystem.com/"
arch=('x86_64')
license=('GPL2')
depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/stephenjsweeney/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('5120bd44e783b536a5e78a5568de94347d44263087f3e2287afbcff5bc92b5ce')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/stephenjsweeney/${_pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('b1c85db6f286d8b16a7be227007f6ed56dc2e47b36b7daeb4fba78f64cb6f541')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"