summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2023-05-21 19:20:44 +0200
committerkleintux2023-05-21 19:20:44 +0200
commit0baf353dddf594931ac4eba95fb0135d30f82862 (patch)
tree4d7405763f3c854904b0aaa7e611779da91044c6
parent04ae438da585b1503b46a19b7ad0dc795dbff94e (diff)
downloadaur-0baf353dddf594931ac4eba95fb0135d30f82862.tar.gz
update to 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 821a9243646e..5e07da76cf40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sopwith
pkgdesc = Sidescrolling shoot 'em up game
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://fragglet.github.io/sdl-sopwith/sshot.html
arch = i686
@@ -8,7 +8,7 @@ pkgbase = sopwith
license = GPL
makedepends = autoconf
depends = sdl
- source = https://github.com/fragglet/sdl-sopwith/archive/refs/tags/sdl-sopwith-2.2.0.tar.gz
- sha256sums = 45d452ba0c557e55fa087a398b60f206617b1bdf7fc34d7c52ae7cc3f9c488e4
+ source = https://github.com/fragglet/sdl-sopwith/archive/refs/tags/sdl-sopwith-2.3.0.tar.gz
+ sha256sums = de322507d03259b7afb5818400894d1fa18850abad10c46d4736b2dfd07231d8
pkgname = sopwith
diff --git a/PKGBUILD b/PKGBUILD
index 0722a8009b7c..ef6d63c1a235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sopwith
_pkgname="sdl-${pkgname}"
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="Sidescrolling shoot 'em up game"
url="https://fragglet.github.io/sdl-sopwith/sshot.html"
@@ -13,7 +13,7 @@ license=('GPL')
depends=('sdl')
makedepends=('autoconf')
source=("https://github.com/fragglet/sdl-sopwith/archive/refs/tags/sdl-sopwith-${pkgver}.tar.gz")
-sha256sums=('45d452ba0c557e55fa087a398b60f206617b1bdf7fc34d7c52ae7cc3f9c488e4')
+sha256sums=('de322507d03259b7afb5818400894d1fa18850abad10c46d4736b2dfd07231d8')
build() {
cd "${srcdir}/${_pkgname}-${_pkgname}-${pkgver}"