summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-06-12 13:34:34 +0300
committerArkadiy Illarionov2022-06-12 13:35:09 +0300
commit757946d4a1d9283429a9a84546b75583da7a1238 (patch)
tree6ab0e4b4f1a32db3d8ca120ada35930c78fcc2b2
parent83047ffb5fd8776f11c94720f0d8dc8c5a6513cf (diff)
downloadaur-757946d4a1d9283429a9a84546b75583da7a1238.tar.gz
Release 0.9.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 607cbef7206c..6bf2606a8729 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.15
+ pkgdesc = Recreation of the Heroes of Might and Magic II game engine
+ pkgver = 0.9.16
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.15.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.15.tar.gz
- md5sums = 9c12a7a206230ce04c55f8fe8294c740
+ source = fheroes2-0.9.16.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.16.tar.gz
+ md5sums = e9b2fde350ef9006861c206e2e556c0f
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index 3e8c4304c42c..17bebc5ffc47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=fheroes2
-pkgver=0.9.15
+pkgver=0.9.16
pkgrel=1
-pkgdesc="Free Heroes of Might and Magic II (fheroes2) is a recreation of HoMM2 game engine"
+pkgdesc="Recreation of the Heroes of Might and Magic II game engine"
arch=('i686' 'x86_64' 'armv7h')
url="https://ihhub.github.io/fheroes2/"
license=('GPL2')
@@ -14,7 +14,7 @@ conflicts=('fheroes2-git' 'fheroes2-svn')
source=(
$pkgname-$pkgver.tar.gz::https://github.com/ihhub/$pkgname/archive/$pkgver.tar.gz
)
-md5sums=('9c12a7a206230ce04c55f8fe8294c740')
+md5sums=('e9b2fde350ef9006861c206e2e556c0f')
build() {
cd "$srcdir/$pkgname-$pkgver"