summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2021-03-06 17:15:32 +0300
committerArkadiy Illarionov2021-03-06 17:15:32 +0300
commit121acdc0f1e9a7424a32a472f68e2f1059bacf7d (patch)
treec4b65969e1531eb62b9d4b894b10d9f5e3b9501c
parentba584e130400f337c203e0afb9a145396451d5b0 (diff)
downloadaur-121acdc0f1e9a7424a32a472f68e2f1059bacf7d.tar.gz
Fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8918f8b41838..ed7faf474b65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fheroes2
pkgdesc = Free implementation of Heroes of Might and Magic II game engine
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://ihhub.github.io/fheroes2/
arch = i686
arch = x86_64
arch = armv7h
- license = GPL
+ license = GPL2
makedepends = gettext
depends = sdl2
depends = sdl2_image
diff --git a/PKGBUILD b/PKGBUILD
index b80a8003f99c..f3fdd6eba0fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=fheroes2
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Free implementation of Heroes of Might and Magic II game engine"
arch=('i686' 'x86_64' 'armv7h')
url="https://ihhub.github.io/fheroes2/"
-license=('GPL')
+license=('GPL2')
depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'sdl2_ttf' 'tinyxml')
makedepends=('gettext')
conflicts=('fheroes2-git' 'fheroes2-svn')