summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-04-17 22:58:40 +0200
committerFrederic Bezies2022-04-17 22:58:40 +0200
commit89b4828d3cb2d7a27ccde9064213a1a8feea8c30 (patch)
tree3765ae763bb0da7609aab5c4bb7fc7906d650f8b
parente73ba59a88f519e8051bdaca95a631e64c404f28 (diff)
downloadaur-89b4828d3cb2d7a27ccde9064213a1a8feea8c30.tar.gz
3.0.1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0af5145a0000..282fe3503f3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freeciv-sdl2
pkgdesc = A multiuser clone of the famous Microprose game of Civilization - SDL2 Client
- pkgver = 3.0.0
- pkgrel = 2
+ pkgver = 3.0.1
+ pkgrel = 1
url = http://freeciv.org
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = freeciv-sdl2
conflicts = freeciv
conflicts = freeciv-git
options = !libtool
- source = http://files.freeciv.org/stable/freeciv-3.0.0.tar.xz
- sha256sums = ea2a8782d4fdfef2471e05b74569b4a69cc60a41ab279427860dafdac128a0b2
+ source = http://files.freeciv.org/stable/freeciv-3.0.1.tar.xz
+ sha256sums = beda7adaebb3462797c8f090ec604c2974f15a1559fff2fb4cfff2607cb0180f
pkgname = freeciv-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 72bdf9e61820..dd54354cf633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=freeciv-sdl2
_pkgname=freeciv
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
pkgdesc="A multiuser clone of the famous Microprose game of Civilization - SDL2 Client"
arch=('i686' 'x86_64')
url="http://freeciv.org"
@@ -16,7 +16,7 @@ depends=('sdl2_image' 'sdl2_mixer' 'sdl2_gfx' 'sdl2_ttf' 'lua53' 'gtk3' 'qt5-bas
conflicts=('freeciv' 'freeciv-git')
options=('!libtool')
source=(http://files.freeciv.org/stable/$_pkgname-$pkgver.tar.xz)
-sha256sums=('ea2a8782d4fdfef2471e05b74569b4a69cc60a41ab279427860dafdac128a0b2')
+sha256sums=('beda7adaebb3462797c8f090ec604c2974f15a1559fff2fb4cfff2607cb0180f')
build() {
cd "$srcdir"/$_pkgname-$pkgver