summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Mućka2023-09-09 00:14:14 +0200
committerMaciej Mućka2023-09-09 00:14:14 +0200
commitbc7cc1e9ea55a04f5d45984a41af4b57e1ddee4f (patch)
treea01ef546689a623554146b969844f32bc630c94c
parent67e512d06557537a2f71a685e9c8b9da3d01ecea (diff)
downloadaur-bc7cc1e9ea55a04f5d45984a41af4b57e1ddee4f.tar.gz
Update to 2.2.12 and remove commented-out command
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3fe9e11d6f1..944132b418cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: DilithiumNitrate
pkgname=srb2
-pkgver=2.2.11
-_dataver=2.2.11
+pkgver=2.2.12
+_dataver=2.2.12
pkgrel=1
pkgdesc='A 3D Sonic fan game based off of Doom Legacy (aka "Sonic Robo Blast 2")'
arch=('i686' 'x86_64')
@@ -17,16 +17,13 @@ makedepends_i686=('nasm')
source=("https://github.com/STJr/SRB2/archive/SRB2_release_${pkgver}.zip"
"srb2.desktop"
"srb2-opengl.desktop")
-sha256sums=('d4157e33197fbf521a638c9f28cddb4bce30c89da5cbe84ebaa24dc9631a8a2b'
+sha256sums=('15301742a87ae1ffeb1adf7b3d39af91149da1e8f97989997499334690e14cfd'
'8ffd2b2d1662045ce890b59ff420f9426531e073e9c8f4f5c158da53e150cc21'
'ff5f4a5413cf3110d9b064a98f8512a925bf8e7f127c8cf7ddb43885cff3c38d')
prepare() {
cd SRB2-SRB2_release_$pkgver/src
- # disable Animated PNG saving support, allows build with libpng16
- #sed 's|#define USE_APNG|/* & */|' -i m_misc.c
-
# make comptime.sh optional
sed 's/^comptime\.c ::/comptime.c :/' -i Makefile