summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-11-12 16:25:20 +0300
committerArkadiy Illarionov2022-11-12 16:25:20 +0300
commitdc833a052345080bf32a5df4e5e4571cc3f074c2 (patch)
treedbda79182663d40e157cef6a5eb2db05e0dd4d11
parent93a657aa7512e4dda0d8116647c5784e97d7eb05 (diff)
downloadaur-dc833a052345080bf32a5df4e5e4571cc3f074c2.tar.gz
Release 0.9.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3df9d178e04..fb14352b99e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fheroes2
pkgdesc = Recreation of the Heroes of Might and Magic II game engine
- pkgver = 0.9.20
+ pkgver = 0.9.21
pkgrel = 1
url = https://ihhub.github.io/fheroes2/
arch = i686
@@ -18,7 +18,7 @@ pkgbase = fheroes2
optdepends = wget: download demo version files
optdepends = unzip: unpack demo version files
conflicts = fheroes2-git
- source = fheroes2-0.9.20.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.20.tar.gz
- md5sums = 943017f6117ead0616e8be3f67fd11cd
+ source = fheroes2-0.9.21.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.21.tar.gz
+ md5sums = 117839924a785b0c49ea7e73bd8252fe
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index e51f7e55ed3c..7419612f2014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fheroes2
-pkgver=0.9.20
+pkgver=0.9.21
pkgrel=1
pkgdesc="Recreation of the Heroes of Might and Magic II game engine"
arch=('i686' 'x86_64' 'armv7h')
@@ -15,7 +15,7 @@ conflicts=('fheroes2-git')
source=(
$pkgname-$pkgver.tar.gz::https://github.com/ihhub/$pkgname/archive/$pkgver.tar.gz
)
-md5sums=('943017f6117ead0616e8be3f67fd11cd')
+md5sums=('117839924a785b0c49ea7e73bd8252fe')
build() {
cd "$srcdir/$pkgname-$pkgver"