summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2022-12-21 20:52:34 +0300
committerArkadiy Illarionov2022-12-21 20:52:34 +0300
commit0ae0c6cca998d8e8aa7cca31a89851d8a2a504e0 (patch)
tree938781912739bbc8e52a926e88952c9d6aa56c9a
parent7c56c2ca1f915ffff4a3bcd90a03716cb8ddf94a (diff)
downloadaur-0ae0c6cca998d8e8aa7cca31a89851d8a2a504e0.tar.gz
Release 1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eb34fbe6337..bc21b91d5964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fheroes2
pkgdesc = Recreation of the Heroes of Might and Magic II game engine
- pkgver = 0.9.21
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://ihhub.github.io/fheroes2/
arch = i686
arch = x86_64
@@ -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.21.tar.gz::https://github.com/ihhub/fheroes2/archive/0.9.21.tar.gz
- sha256sums = 863e78cd239b577068957843d5926fccf72c8bfd0531522cc242040f3108341c
+ source = fheroes2-1.0.0.tar.gz::https://github.com/ihhub/fheroes2/archive/1.0.0.tar.gz
+ sha256sums = 80468b4eaf128ac5179a3416a02e2a2ef4ab34d90876b179fccd8d505f950440
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index 16bd7aa4e0c6..7e6c0ac2cabf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=fheroes2
-pkgver=0.9.21
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc="Recreation of the Heroes of Might and Magic II game engine"
arch=('i686' 'x86_64' 'armv7h')
url="https://ihhub.github.io/fheroes2/"
@@ -15,7 +15,7 @@ conflicts=('fheroes2-git')
source=(
$pkgname-$pkgver.tar.gz::https://github.com/ihhub/$pkgname/archive/$pkgver.tar.gz
)
-sha256sums=('863e78cd239b577068957843d5926fccf72c8bfd0531522cc242040f3108341c')
+sha256sums=('80468b4eaf128ac5179a3416a02e2a2ef4ab34d90876b179fccd8d505f950440')
build() {
cd "$srcdir/$pkgname-$pkgver"