Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
freeciv
Commits:
eb1f963c by Antonio Rojas at 2024-04-28T19:15:14+02:00
upgpkg: 3.1.1-1: Update to 3.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = freeciv
pkgdesc = A multiuser clone of the famous Microprose game of
Civilization
- pkgver = 3.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = http://www.freeciv.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = freeciv
depends = sqlite
depends = curl
backup = etc/freeciv/database.lua
- source =
https://downloads.sourceforge.net/sourceforge/freeciv/freeciv-3.1.0.tar.xz
- sha512sums =
5d3f8df3defc4737be718ed371b41048f0cbdb25b83901009e4572b3910773a2bd33727bec0bc25169a3066b74152545c5bf813efeb5c9cf5429c85a20ccf594
+ source =
https://downloads.sourceforge.net/sourceforge/freeciv/freeciv-3.1.1.tar.xz
+ sha512sums =
4ee39408aa843f2e63e9059a55c67b4374e4daddfc903519be611c9e026aea3a2755f80d18dd2179459700f18b59d21ada585e77dfe24769bf3f9c466654fe68
pkgname = freeciv
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Eric Bélanger <[email protected]>
pkgname=freeciv
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gtk3' 'sdl_mixer' 'lua' 'sqlite' 'curl')
makedepends=('python')
backup=('etc/freeciv/database.lua')
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('5d3f8df3defc4737be718ed371b41048f0cbdb25b83901009e4572b3910773a2bd33727bec0bc25169a3066b74152545c5bf813efeb5c9cf5429c85a20ccf594')
+sha512sums=('4ee39408aa843f2e63e9059a55c67b4374e4daddfc903519be611c9e026aea3a2755f80d18dd2179459700f18b59d21ada585e77dfe24769bf3f9c466654fe68')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freeciv/-/commit/eb1f963cea09186c547ec331bbabece82d85d91f
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freeciv/-/commit/eb1f963cea09186c547ec331bbabece82d85d91f
You're receiving this email because of your account on gitlab.archlinux.org.