summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-02-07 20:10:16 +0300
committerArkadiy Illarionov2022-02-07 20:10:16 +0300
commit8ed99d7e3ad2674c2c0a0d63c20a7a0c7fb38778 (patch)
tree4de7b9e466eeda8437b2127ea77c155b326cf595
parent9a2502009451df001ca5921c8540507e95698156 (diff)
downloadaur-8ed99d7e3ad2674c2c0a0d63c20a7a0c7fb38778.tar.gz
Release 0.9.12
Simplify installation.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28b8657d41f3..6231afa62d6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fheroes2
pkgdesc = Free Heroes of Might and Magic II (fheroes2) is a recreation of HoMM2 game engine
- pkgver = 0.9.11
+ pkgver = 0.9.12
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.11.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.11.tar.gz
- md5sums = 7a17b1336e3cfd32e0f70754b8475b45
+ source = fheroes2-0.9.12.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.12.tar.gz
+ md5sums = 7f75c41d9d3ee62783e01dab4f6710ce
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index e93d2c28b5d6..14ec65e666c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fheroes2
-pkgver=0.9.11
+pkgver=0.9.12
pkgrel=1
pkgdesc="Free Heroes of Might and Magic II (fheroes2) is a recreation of HoMM2 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=(
- '7a17b1336e3cfd32e0f70754b8475b45'
+ '7f75c41d9d3ee62783e01dab4f6710ce'
)
build() {
@@ -32,10 +32,8 @@ package() {
install -Dm755 "src/dist/fheroes2" "$pkgdir/usr/bin/fheroes2"
install -Dm644 "script/packaging/common/fheroes2.desktop" "$pkgdir/usr/share/applications/fheroes2.desktop"
install -dm755 "$pkgdir/usr/share/fheroes2/data"
- install -dm755 "$pkgdir/usr/share/fheroes2/files/data"
- install -Dm644 files/data/*.h2d "$pkgdir/usr/share/fheroes2/files/data"
- install -dm755 "$pkgdir/usr/share/fheroes2/files/lang"
- install -Dm644 files/lang/*.mo "$pkgdir/usr/share/fheroes2/files/lang"
+ install -Dm644 files/data/*.h2d -t "$pkgdir/usr/share/fheroes2/files/data"
+ install -Dm644 files/lang/*.mo -t "$pkgdir/usr/share/fheroes2/files/lang"
install -dm755 "$pkgdir/usr/share/fheroes2/maps"
install -Dm755 "script/demo/download_demo_version.sh" "$pkgdir/usr/share/fheroes2/download_demo_version.sh"
install -Dm755 "script/homm2/extract_homm2_resources.sh" "$pkgdir/usr/share/fheroes2/extract_homm2_resources.sh"