summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-08-10 20:17:28 +0300
committerArkadiy Illarionov2022-08-10 20:17:28 +0300
commit68f399de146778c284e52bce01f9d404a76319d6 (patch)
treefd15491d4473d5134293fd46eb93359bad48e111
parent0105c5f8e8cc0e20bb8d1f69797bb9e518b384be (diff)
downloadaur-68f399de146778c284e52bce01f9d404a76319d6.tar.gz
Release 0.9.18
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f6187bd3c54..119f0be3fafb 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.17
+ pkgver = 0.9.18
pkgrel = 1
url = https://ihhub.github.io/fheroes2/
arch = i686
@@ -18,8 +18,7 @@ pkgbase = fheroes2
optdepends = wget: download demo version files
optdepends = unzip: unpack demo version files
conflicts = fheroes2-git
- conflicts = fheroes2-svn
- source = fheroes2-0.9.17.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.17.tar.gz
- md5sums = 8d6c3d5cf61873949177a5dce2d5d242
+ source = fheroes2-0.9.18.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.18.tar.gz
+ md5sums = eba0f6ed1b0019e2d0d0500aa34ca588
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index 2c5e2520e645..ba74de27c426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fheroes2
-pkgver=0.9.17
+pkgver=0.9.18
pkgrel=1
pkgdesc="Recreation of the Heroes of Might and Magic II game engine"
arch=('i686' 'x86_64' 'armv7h')
@@ -11,11 +11,11 @@ optdepends=('curl: download demo version files'
'wget: download demo version files'
'unzip: unpack demo version files')
makedepends=('cmake' 'gettext' 'ninja')
-conflicts=('fheroes2-git' 'fheroes2-svn')
+conflicts=('fheroes2-git')
source=(
$pkgname-$pkgver.tar.gz::https://github.com/ihhub/$pkgname/archive/$pkgver.tar.gz
)
-md5sums=('8d6c3d5cf61873949177a5dce2d5d242')
+md5sums=('eba0f6ed1b0019e2d0d0500aa34ca588')
build() {
cd "$srcdir/$pkgname-$pkgver"