summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArkadiy Illarionov2021-03-06 17:15:32 +0300
committerArkadiy Illarionov2021-03-06 17:15:32 +0300
commit121acdc0f1e9a7424a32a472f68e2f1059bacf7d (patch)
treec4b65969e1531eb62b9d4b894b10d9f5e3b9501c /PKGBUILD
parentba584e130400f337c203e0afb9a145396451d5b0 (diff)
downloadaur-121acdc0f1e9a7424a32a472f68e2f1059bacf7d.tar.gz
Fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')