summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2024-04-19 09:01:49 +0200
committerkleintux2024-04-19 09:01:49 +0200
commit7130aab7d0820069c51fda79a67a3ab4e01bc669 (patch)
treefca34176a49445548ac8073ffdf3b1ae3f2f8d28
parent6e02bafbc9f9b1ade8d75fb590bfe11ddbd0750a (diff)
downloadaur-sopwith.tar.gz
update to 2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96f4a94935d4..5a6658ada01b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sopwith
pkgdesc = Sidescrolling shoot 'em up game
- pkgver = 2.4.0
+ pkgver = 2.5.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.4.0.tar.gz
- sha256sums = 885350cdbc3a95e5986935690bec1e8ea84e4d2983c462eed9691ac216173f96
+ source = https://github.com/fragglet/sdl-sopwith/archive/refs/tags/sdl-sopwith-2.5.0.tar.gz
+ sha256sums = 1dafbf1f7bc614c94427114cf1d6f8fbcc0b191219249f13776dffaae9ce1af0
pkgname = sopwith
diff --git a/PKGBUILD b/PKGBUILD
index 3967afaed522..a025d2c0b2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sopwith
_pkgname="sdl-${pkgname}"
-pkgver=2.4.0
+pkgver=2.5.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=('885350cdbc3a95e5986935690bec1e8ea84e4d2983c462eed9691ac216173f96')
+sha256sums=('1dafbf1f7bc614c94427114cf1d6f8fbcc0b191219249f13776dffaae9ce1af0')
build() {
cd "${srcdir}/${_pkgname}-${_pkgname}-${pkgver}"