summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-18 19:32:02 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-18 19:32:02 -0700
commit78906fd7c2a740f4b77b1ac5a251753464c36640 (patch)
treea84ec59bdc0feefc63ad841450155e43db707ca1
parentFix for qt 5.15 (diff)
downloadfreeciv-qt-78906fd7c2a740f4b77b1ac5a251753464c36640.tar.xz
Rebuild with lua5.3
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f56f2a..43209ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@
_pkgname=freeciv
pkgname=freeciv-qt
pkgver=2.6.2
-pkgrel=1.2
+pkgrel=2
pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
arch=('x86_64' 'aarch64')
url="https://www.freeciv.org/"
license=('GPL')
-depends=('qt5-base' 'sdl2_mixer' 'lua' 'sqlite' 'curl')
+depends=('qt5-base' 'sdl2_mixer' 'lua53' 'sqlite' 'curl')
makedepends=('python')
conflicts=('freeciv')
provides=('freeciv')