summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-05-07 17:18:47 +0300
committerArkadiy Illarionov2022-05-07 17:18:47 +0300
commit83047ffb5fd8776f11c94720f0d8dc8c5a6513cf (patch)
treef7cc01c45d2f06d13ebee5d6c8cdd600557adfc0
parent3e35461b6d051b320c3abd9299df187aa55835cc (diff)
downloadaur-83047ffb5fd8776f11c94720f0d8dc8c5a6513cf.tar.gz
Release 0.9.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76df52eba363..607cbef7206c 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.14
+ pkgver = 0.9.15
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.14.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.14.tar.gz
- md5sums = 5e963f889d22a8e1ca7d775231d0bc67
+ source = fheroes2-0.9.15.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.15.tar.gz
+ md5sums = 9c12a7a206230ce04c55f8fe8294c740
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index a8c583cf9c2d..3e8c4304c42c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fheroes2
-pkgver=0.9.14
+pkgver=0.9.15
pkgrel=1
pkgdesc="Free Heroes of Might and Magic II (fheroes2) is a recreation of HoMM2 game engine"
arch=('i686' 'x86_64' 'armv7h')
@@ -14,13 +14,11 @@ conflicts=('fheroes2-git' 'fheroes2-svn')
source=(
$pkgname-$pkgver.tar.gz::https://github.com/ihhub/$pkgname/archive/$pkgver.tar.gz
)
-md5sums=(
- '5e963f889d22a8e1ca7d775231d0bc67'
-)
+md5sums=('9c12a7a206230ce04c55f8fe8294c740')
build() {
cd "$srcdir/$pkgname-$pkgver"
- FHEROES2_WITH_IMAGE=1 FHEROES2_DATA=/usr/share/fheroes2 make
+ FHEROES2_DATA=/usr/share/fheroes2 FHEROES2_WITH_IMAGE=1 make
make -C files/lang
}
@@ -35,7 +33,6 @@ package() {
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"
- install -Dm644 "fheroes2.key" "$pkgdir/usr/share/fheroes2/fheroes2.key"
install -Dm644 src/resources/fheroes2.png "$pkgdir/usr/share/pixmaps/fheroes2.png"
}