summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2024-02-07 22:12:49 +0300
committerArkadiy Illarionov2024-02-07 22:12:49 +0300
commitfa6b38dfab47631962d98bf0ca6daceef77594db (patch)
tree485cb0974ffd01da01639cd9912db36a91c54219
parenta12a7c1ff1fb0139657116339567027b4063b085 (diff)
downloadaur-fa6b38dfab47631962d98bf0ca6daceef77594db.tar.gz
Release 1.0.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcbcec7cabaf..bb7a4ed35923 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fheroes2
pkgdesc = Recreation of the Heroes of Might and Magic II game engine
- pkgver = 1.0.11
+ pkgver = 1.0.12
pkgrel = 1
url = https://ihhub.github.io/fheroes2/
arch = i686
arch = x86_64
arch = armv7h
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = cmake
makedepends = gettext
makedepends = ninja
@@ -18,7 +18,7 @@ pkgbase = fheroes2
optdepends = wget: download demo version files (alternative to curl)
optdepends = unzip: unpack demo version files
conflicts = fheroes2-git
- source = fheroes2-1.0.11.tar.gz::https://github.com/ihhub/fheroes2/archive/1.0.11.tar.gz
- sha256sums = 2c8d0cae584fab65ba39e8b999e942d0d9220747a16e11af3dfb8427d3b85844
+ source = fheroes2-1.0.12.tar.gz::https://github.com/ihhub/fheroes2/archive/1.0.12.tar.gz
+ sha256sums = a5b088ff4c1c6c2e05e72d755bbabde8c0cbea19debea3b5a82b5d08b16cc2be
pkgname = fheroes2
diff --git a/PKGBUILD b/PKGBUILD
index 41bdaee27898..75ccb2a37252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=fheroes2
-pkgver=1.0.11
+pkgver=1.0.12
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/"
-license=('GPL2')
+license=('GPL-2.0-or-later')
depends=(
hicolor-icon-theme
sdl2_mixer
@@ -25,7 +25,7 @@ conflicts=('fheroes2-git')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/ihhub/$pkgname/archive/$pkgver.tar.gz"
)
-sha256sums=('2c8d0cae584fab65ba39e8b999e942d0d9220747a16e11af3dfb8427d3b85844')
+sha256sums=('a5b088ff4c1c6c2e05e72d755bbabde8c0cbea19debea3b5a82b5d08b16cc2be')
build() {
cd "$pkgname-$pkgver"