summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMr.Smith19742023-06-09 13:21:51 +0300
committerMr.Smith19742023-06-09 13:21:51 +0300
commit0468357f7f159600c9a3d3a3c2508376b4881cf0 (patch)
tree72402382801656061c626dc2c1e0f7116c6c7074
parent0c6988568d183f8dfd4fe04116fdab8aa1e4796f (diff)
downloadaur-freeciv-sdl2.tar.gz
Updated build
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e277cce4f0af..52eb3acfd06c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,19 @@
pkgbase = freeciv-sdl2
pkgdesc = A multiuser clone of the famous Microprose game of Civilization - SDL2 Client
- pkgver = 3.0.2
+ pkgver = 3.0.7
pkgrel = 1
url = http://freeciv.org
arch = i686
arch = x86_64
license = GPL
depends = sdl2_image
- depends = sdl2_mixer
depends = sdl2_gfx
depends = sdl2_ttf
depends = lua53
- depends = gtk3
- depends = qt5-base
- depends = imagemagick
- depends = lua53
conflicts = freeciv
conflicts = freeciv-git
options = !libtool
- source = http://files.freeciv.org/stable/freeciv-3.0.2.tar.xz
- sha256sums = 7407ea1a08267b1c5ee3439dc2db5c2d7b90ece7fcc3664ca2ad594435a57175
+ source = http://files.freeciv.org/stable/freeciv-3.0.7.tar.xz
+ sha256sums = f6e606f17ed03d971272883f1a4879f5c1c2c247f64b8edefa6a25c8a2a8dac4
pkgname = freeciv-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index bdc52d8b6358..1c69e53a52f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,18 @@
pkgname=freeciv-sdl2
_pkgname=freeciv
-pkgver=3.0.2
+pkgver=3.0.7
pkgrel=1
pkgdesc="A multiuser clone of the famous Microprose game of Civilization - SDL2 Client"
arch=('i686' 'x86_64')
url="http://freeciv.org"
license=('GPL')
-depends=('sdl2_image' 'sdl2_mixer' 'sdl2_gfx' 'sdl2_ttf' 'lua53' 'gtk3' 'qt5-base' 'imagemagick' 'lua53')
+depends=('sdl2_image' 'sdl2_gfx' 'sdl2_ttf' 'lua53')
conflicts=('freeciv' 'freeciv-git')
options=('!libtool')
source=(http://files.freeciv.org/stable/$_pkgname-$pkgver.tar.xz)
-sha256sums=('7407ea1a08267b1c5ee3439dc2db5c2d7b90ece7fcc3664ca2ad594435a57175')
+sha256sums=('f6e606f17ed03d971272883f1a4879f5c1c2c247f64b8edefa6a25c8a2a8dac4')
+
build() {
cd "$srcdir"/$_pkgname-$pkgver