summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorphyskets2018-12-20 10:48:22 +0530
committerphyskets2018-12-20 10:48:22 +0530
commit983ce8a62d92e8819d6bdd7adfa78a570a103ee7 (patch)
tree27839c2f637e4b98a9eb73518dd3cc5c5f548ea3 /PKGBUILD
parentd8270cb95fc19c26b1b5e4e86d50882f75aec336 (diff)
downloadaur-983ce8a62d92e8819d6bdd7adfa78a570a103ee7.tar.gz
update to 1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbbb610982cf..3dc8ba473cdf 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.4.0
+pkgver=1.5.0
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/v${pkgver}.tar.gz")
-sha256sums=('c8c128f89253a04cfc91a01a2c25fad6b0804df0bc28505c703335cb7a37331f')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/stephenjsweeney/${_pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('5120bd44e783b536a5e78a5568de94347d44263087f3e2287afbcff5bc92b5ce')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"