[arch-commits] Commit in freeciv/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Aug 22 08:49:43 UTC 2018


    Date: Wednesday, August 22, 2018 @ 08:49:43
  Author: arojas
Revision: 373221

Restore sdl_mixer dependency (FS#59456)

Modified:
  freeciv/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-22 08:20:25 UTC (rev 373220)
+++ PKGBUILD	2018-08-22 08:49:43 UTC (rev 373221)
@@ -3,12 +3,12 @@
 
 pkgname=freeciv
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
 arch=('x86_64')
 url="http://www.freeciv.org/"
 license=('GPL')
-depends=('gtk3' 'lua' 'sqlite' 'curl')
+depends=('gtk3' 'sdl_mixer' 'lua' 'sqlite' 'curl')
 makedepends=('python')
 backup=('etc/freeciv/database.lua')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)



More information about the arch-commits mailing list