summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-09-11 15:49:35 +0300
committerArkadiy Illarionov2022-09-11 15:49:35 +0300
commit02d5cf7629dd69c0563d4a77fd5182b568af0976 (patch)
tree8284fea424bae8fe2eab588c92e2a365dab1cf89
parent68f399de146778c284e52bce01f9d404a76319d6 (diff)
downloadaur-02d5cf7629dd69c0563d4a77fd5182b568af0976.tar.gz
Release 0.9.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 119f0be3fafb..e26d1f70d304 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.18
+ pkgver = 0.9.19
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.18.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.18.tar.gz
- md5sums = eba0f6ed1b0019e2d0d0500aa34ca588
+ source = fheroes2-0.9.19.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.19.tar.gz
+ md5sums = b1a6613a546c7255416e381a3eab7e9b
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index ba74de27c426..6482ff52eb83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fheroes2
-pkgver=0.9.18
+pkgver=0.9.19
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=('eba0f6ed1b0019e2d0d0500aa34ca588')
+md5sums=('b1a6613a546c7255416e381a3eab7e9b')
build() {
cd "$srcdir/$pkgname-$pkgver"