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

Gaetan Bisson bisson at archlinux.org
Sun Oct 7 09:47:02 UTC 2012


    Date: Sunday, October 7, 2012 @ 05:47:01
  Author: bisson
Revision: 168264

upstream update, depends on glu (splitted off mesa)

Modified:
  bzflag/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-07 08:55:23 UTC (rev 168263)
+++ PKGBUILD	2012-10-07 09:47:01 UTC (rev 168264)
@@ -4,16 +4,16 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=bzflag
-pkgver=2.4.0
-pkgrel=4
+pkgver=2.4.2
+pkgrel=1
 pkgdesc='Multiplayer 3D tank battle game'
 url='http://bzflag.org/'
 license=('LGPL')
 options=('!libtool')
 arch=('i686' 'x86_64')
-depends=('curl' 'glew' 'mesa' 'sdl')
+depends=('curl' 'glew' 'glu' 'sdl')
 source=("http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2")
-sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
+sha1sums=('36c67c0734a1318b34b39ed0da49606e05ebd291')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list