summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2023-05-17 06:53:51 +0200
committerkleintux2023-05-17 06:53:51 +0200
commit04ae438da585b1503b46a19b7ad0dc795dbff94e (patch)
tree9057ed5fede427d9149814f854e9dc8f13c7c5a5
parente28ea6b42d5258bd99e9181fcc69204b887c7be5 (diff)
downloadaur-04ae438da585b1503b46a19b7ad0dc795dbff94e.tar.gz
update to 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d3c75cbe0d3..821a9243646e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sopwith
pkgdesc = Sidescrolling shoot 'em up game
- pkgver = 2.1.1
+ pkgver = 2.2.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.1.1.tar.gz
- sha256sums = 93a162f31dc0a97fbab3093042e894ac40874244a89ee2a9f7e52121d1f13565
+ source = https://github.com/fragglet/sdl-sopwith/archive/refs/tags/sdl-sopwith-2.2.0.tar.gz
+ sha256sums = 45d452ba0c557e55fa087a398b60f206617b1bdf7fc34d7c52ae7cc3f9c488e4
pkgname = sopwith
diff --git a/PKGBUILD b/PKGBUILD
index f44f9703c3c7..0722a8009b7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sopwith
_pkgname="sdl-${pkgname}"
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc="Sidescrolling shoot 'em up game"
url="https://fragglet.github.io/sdl-sopwith/sshot.html"
@@ -13,12 +13,12 @@ license=('GPL')
depends=('sdl')
makedepends=('autoconf')
source=("https://github.com/fragglet/sdl-sopwith/archive/refs/tags/sdl-sopwith-${pkgver}.tar.gz")
-sha256sums=('93a162f31dc0a97fbab3093042e894ac40874244a89ee2a9f7e52121d1f13565')
+sha256sums=('45d452ba0c557e55fa087a398b60f206617b1bdf7fc34d7c52ae7cc3f9c488e4')
build() {
cd "${srcdir}/${_pkgname}-${_pkgname}-${pkgver}"
mkdir -p autotools
- autoreconf -fi
+ autoreconf -fi
./configure --prefix=/usr
make
}