Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
freeciv
Commits:
e4d1e745 by Antonio Rojas at 2023-12-17T13:08:08+01:00
upgpkg: 3.0.9-1: Update to 3.0.9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = freeciv
pkgdesc = A multiuser clone of the famous Microprose game of
Civilization
- pkgver = 3.0.8
- pkgrel = 2
+ pkgver = 3.0.9
+ pkgrel = 1
url = http://www.freeciv.org/
arch = x86_64
license = GPL
@@ -12,7 +12,7 @@ pkgbase = freeciv
depends = sqlite
depends = curl
backup = etc/freeciv/database.lua
- source =
https://downloads.sourceforge.net/sourceforge/freeciv/freeciv-3.0.8.tar.xz
- sha512sums =
15253c428af1f6f688902c9df8f763ce8cad92345b1bdbe0f6444cbbb5c1d31fa27ff8b6f8ade30256931e1765a97293d8f8d82f7b4aadc22258218eb9ab428b
+ source =
https://downloads.sourceforge.net/sourceforge/freeciv/freeciv-3.0.9.tar.xz
+ sha512sums =
22aaf8bc9976ebd1b05874a15f5be2a7f3b452e9bed7ac68c18d2395d18ff82954979f093174ec72b1a5218f253019e52cb223a112513ab3488c01f83bb5ccbc
pkgname = freeciv
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Eric Bélanger <[email protected]>
pkgname=freeciv
-pkgver=3.0.8
-pkgrel=2
+pkgver=3.0.9
+pkgrel=1
pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
arch=('x86_64')
url="http://www.freeciv.org/"
@@ -11,7 +11,7 @@ depends=('gtk3' 'sdl_mixer' 'lua53' 'sqlite' 'curl')
makedepends=('python')
backup=('etc/freeciv/database.lua')
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('15253c428af1f6f688902c9df8f763ce8cad92345b1bdbe0f6444cbbb5c1d31fa27ff8b6f8ade30256931e1765a97293d8f8d82f7b4aadc22258218eb9ab428b')
+sha512sums=('22aaf8bc9976ebd1b05874a15f5be2a7f3b452e9bed7ac68c18d2395d18ff82954979f093174ec72b1a5218f253019e52cb223a112513ab3488c01f83bb5ccbc')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freeciv/-/commit/e4d1e7458a06d15dddd4cecb4a7ecd1d6979c7e7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freeciv/-/commit/e4d1e7458a06d15dddd4cecb4a7ecd1d6979c7e7
You're receiving this email because of your account on gitlab.archlinux.org.