summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2021-10-06 00:25:29 +0300
committerArkadiy Illarionov2021-10-06 00:25:29 +0300
commit4ff3efa25febe0ea476735c92b513c3a2616e0c2 (patch)
tree23c2bea5d51c00dac00f89d4a9b0a7e9abb544d7
parent26b0bd56c3624f6a12f8b1b1bab9070b73cef8c6 (diff)
downloadaur-4ff3efa25febe0ea476735c92b513c3a2616e0c2.tar.gz
Release 0.9.8
demo_unix.sh -> download_demo_version.sh
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97b9944553ee..9813a9bb85c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fheroes2
pkgdesc = Free remake of Heroes of Might and Magic II game engine
- pkgver = 0.9.7
+ pkgver = 0.9.8
pkgrel = 1
url = https://ihhub.github.io/fheroes2/
arch = i686
@@ -16,7 +16,7 @@ pkgbase = fheroes2
optdepends = unzip: unpack demo version files
conflicts = fheroes2-git
conflicts = fheroes2-svn
- source = fheroes2-0.9.7.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.7.tar.gz
- md5sums = 75e26d10199bed15b9e7d02014f58df2
+ source = fheroes2-0.9.8.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.8.tar.gz
+ md5sums = 02e3d3ea25ab8954e1deb90d2823db06
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index d47392592123..a02547c36f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fheroes2
-pkgver=0.9.7
+pkgver=0.9.8
pkgrel=1
pkgdesc="Free remake of Heroes of Might and Magic II game engine"
arch=('i686' 'x86_64' 'armv7h')
@@ -15,7 +15,7 @@ source=(
$pkgname-$pkgver.tar.gz::https://github.com/ihhub/$pkgname/archive/$pkgver.tar.gz
)
md5sums=(
- '75e26d10199bed15b9e7d02014f58df2'
+ '02e3d3ea25ab8954e1deb90d2823db06'
)
build() {
@@ -33,7 +33,7 @@ package() {
install -Dm644 "script/packaging/common/fheroes2.desktop" "$pkgdir/usr/share/applications/fheroes2.desktop"
install -dm755 "$pkgdir/usr/share/fheroes2/files/lang"
install -Dm644 files/lang/*.mo "$pkgdir/usr/share/fheroes2/files/lang"
- install -Dm755 "script/demo/demo_unix.sh" "$pkgdir/usr/share/fheroes2/demo_unix.sh"
+ install -Dm755 "script/demo/download_demo_version.sh" "$pkgdir/usr/share/fheroes2/download_demo_version.sh"
install -Dm644 "fheroes2.key" "$pkgdir/usr/share/fheroes2/fheroes2.key"
install -dm755 "$pkgdir/usr/share/fheroes2/data"
install -dm755 "$pkgdir/usr/share/fheroes2/maps"