summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan2023-10-19 18:31:42 +0200
committerDuncan2023-10-19 18:31:42 +0200
commitf26c9c2a2dd38222338915bc933141dbc524a99b (patch)
treefb05c1b20d45dc59494c2320618935e4346f1285
parent0d6a41aeeb933a3e369d144db081e6e552ea413c (diff)
downloadaur-hikounomizu.tar.gz
Hikou no mizu 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 598a12512691..b4971863d1b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hikounomizu
pkgdesc = Platform-based, anime-styled fighting game
- pkgver = 1.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://hikounomizu.org
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = hikounomizu
depends = libvorbis
depends = enet
depends = pugixml
- source = https://download.tuxfamily.org/hnm/1.0/hikounomizu-1.0-src-withdata.tar.bz2
- md5sums = 7c1debbddefdceadff335dfcb19ea7ef
+ source = https://download.tuxfamily.org/hnm/1.0.1/hikounomizu-1.0.1-src-withdata.tar.bz2
+ md5sums = d1f06d25c7baac59f5a0615e8fa9fb63
pkgname = hikounomizu
diff --git a/PKGBUILD b/PKGBUILD
index 59d36813d6ea..e4060866af5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Duncan Deveaux <duncan.at.hikounomizu.dot.org>
pkgname=hikounomizu
-pkgver=1.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Platform-based, anime-styled fighting game"
arch=('x86_64')
@@ -9,8 +9,8 @@ url="https://hikounomizu.org"
license=('custom')
depends=('sdl2' 'sdl2_image' 'libgl' 'freetype2' 'openal' 'libvorbis' 'enet' 'pugixml')
makedepends=('cmake>=3.13' 'gendesk')
-source=("https://download.tuxfamily.org/hnm/1.0/hikounomizu-1.0-src-withdata.tar.bz2")
-md5sums=('7c1debbddefdceadff335dfcb19ea7ef')
+source=("https://download.tuxfamily.org/hnm/1.0.1/hikounomizu-1.0.1-src-withdata.tar.bz2")
+md5sums=('d1f06d25c7baac59f5a0615e8fa9fb63')
prepare() {
@@ -34,7 +34,6 @@ package() {
install -Dm644 "${pkgname}-${pkgver}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
install -Dm644 "${pkgname}-${pkgver}/datasrc/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/DATA_COPYING"
install -Dm644 "${pkgname}-${pkgver}/GPL" "${pkgdir}/usr/share/licenses/${pkgname}/GPL"
- install -Dm644 "${pkgname}-${pkgver}/datasrc/FAL" "${pkgdir}/usr/share/licenses/${pkgname}/FAL"
install -Dm644 "${pkgname}-${pkgver}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm644 "${pkgname}-${pkgver}/CHANGES.md" "${pkgdir}/usr/share/doc/${pkgname}/CHANGES.md"