summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan2022-05-07 18:40:35 +0200
committerDuncan2022-05-07 18:40:35 +0200
commite24271c650e64623cdcf017d7606b6897257fded (patch)
treebef5d3c0cb5a82d9450b9eb44b3c9ec051c685bb
parent19c157fab220d2d85b231259a452346dc4de0c7f (diff)
downloadaur-e24271c650e64623cdcf017d7606b6897257fded.tar.gz
Hikou no mizu 0.9.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5713987ce045..f9b376b3a8c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hikounomizu
pkgdesc = Platform-based, anime-styled fighting game
- pkgver = 0.9
+ pkgver = 0.9.2
pkgrel = 1
url = https://hikounomizu.org
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = hikounomizu
depends = freetype2
depends = openal
depends = libvorbis
- depends = tinyxml
- source = https://download.tuxfamily.org/hnm/0.9/hikounomizu-0.9-src-withdata.tar.bz2
- md5sums = 04408ed2a90471c1ead870c0b51299d0
+ depends = pugixml
+ source = https://download.tuxfamily.org/hnm/0.9.2/hikounomizu-0.9.2-src-withdata.tar.bz2
+ md5sums = f8ecea96166ee979242b2c37fe3580fe
pkgname = hikounomizu
diff --git a/PKGBUILD b/PKGBUILD
index 8f5a5d9c5266..7e6aca799b8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Duncan Deveaux <duncan.at.hikounomizu.dot.org>
pkgname=hikounomizu
-pkgver=0.9
+pkgver=0.9.2
pkgrel=1
pkgdesc="Platform-based, anime-styled fighting game"
arch=('x86_64')
url="https://hikounomizu.org"
license=('custom')
-depends=('sdl2' 'sdl2_image' 'glu' 'freetype2' 'openal' 'libvorbis' 'tinyxml')
+depends=('sdl2' 'sdl2_image' 'glu' 'freetype2' 'openal' 'libvorbis' 'pugixml')
makedepends=('cmake>=3.13' 'gendesk')
-source=("https://download.tuxfamily.org/hnm/0.9/hikounomizu-0.9-src-withdata.tar.bz2")
-md5sums=('04408ed2a90471c1ead870c0b51299d0')
+source=("https://download.tuxfamily.org/hnm/0.9.2/hikounomizu-0.9.2-src-withdata.tar.bz2")
+md5sums=('f8ecea96166ee979242b2c37fe3580fe')
prepare() {