summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-10-10 18:02:07 +0300
committerArkadiy Illarionov2022-10-10 18:02:07 +0300
commit93a657aa7512e4dda0d8116647c5784e97d7eb05 (patch)
treec392d7293153045571f96c4af4a0ffcef9cc47e8
parent02d5cf7629dd69c0563d4a77fd5182b568af0976 (diff)
downloadaur-93a657aa7512e4dda0d8116647c5784e97d7eb05.tar.gz
Release 0.9.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26d1f70d304..c3df9d178e04 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.19
+ pkgver = 0.9.20
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.19.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.19.tar.gz
- md5sums = b1a6613a546c7255416e381a3eab7e9b
+ source = fheroes2-0.9.20.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.20.tar.gz
+ md5sums = 943017f6117ead0616e8be3f67fd11cd
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index 6482ff52eb83..e51f7e55ed3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fheroes2
-pkgver=0.9.19
+pkgver=0.9.20
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=('b1a6613a546c7255416e381a3eab7e9b')
+md5sums=('943017f6117ead0616e8be3f67fd11cd')
build() {
cd "$srcdir/$pkgname-$pkgver"