[arch-commits] Commit in freeciv/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Mar 22 12:37:19 UTC 2020
Date: Sunday, March 22, 2020 @ 12:37:18
Author: arojas
Revision: 603490
archrelease: copy trunk to community-x86_64
Added:
freeciv/repos/community-x86_64/PKGBUILD
(from rev 603489, freeciv/trunk/PKGBUILD)
Deleted:
freeciv/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 12:36:42 UTC (rev 603489)
+++ PKGBUILD 2020-03-22 12:37:18 UTC (rev 603490)
@@ -1,26 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=freeciv
-pkgver=2.6.1
-pkgrel=1
-pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
-arch=('x86_64')
-url="http://www.freeciv.org/"
-license=('GPL')
-depends=('gtk3' 'sdl_mixer' 'lua' 'sqlite' 'curl')
-makedepends=('python')
-backup=('etc/freeciv/database.lua')
-source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('0a8994cf514b79897924195880f667ebfec815e9')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \
- --enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 --enable-aimodules
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: freeciv/repos/community-x86_64/PKGBUILD (from rev 603489, freeciv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-22 12:37:18 UTC (rev 603490)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=freeciv
+pkgver=2.6.2
+pkgrel=1
+pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
+arch=('x86_64')
+url="http://www.freeciv.org/"
+license=('GPL')
+depends=('gtk3' 'sdl_mixer' 'lua' 'sqlite' 'curl')
+makedepends=('python')
+backup=('etc/freeciv/database.lua')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d459c711a164fbaf215e0083aaf5784253a1492f')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \
+ --enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 --enable-aimodules
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list