[arch-commits] Commit in foobillard++/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Mon Oct 15 17:51:36 UTC 2012
Date: Monday, October 15, 2012 @ 13:51:36
Author: eric
Revision: 168754
upgpkg: foobillard++ 3.42beta-4
Add glu depends, Change mesa depends to makedepends (close FS#31977)
Modified:
foobillard++/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-15 14:42:49 UTC (rev 168753)
+++ PKGBUILD 2012-10-15 17:51:36 UTC (rev 168754)
@@ -3,12 +3,13 @@
pkgname=foobillard++
pkgver=3.42beta
-pkgrel=3
+pkgrel=4
pkgdesc="An OpenGL billiard game"
arch=('i686' 'x86_64')
url="http://foobillardplus.sourceforge.net/"
license=('GPL2')
-depends=('freetype2' 'libpng' 'mesa' 'sdl_net' 'sdl_mixer')
+depends=('freetype2' 'libpng' 'glu' 'sdl_net' 'sdl_mixer')
+makedepends=('mesa')
replaces=('foobillard')
source=(http://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz)
sha1sums=('51507efab0f595cfff26149003faf669c0a42f32')
More information about the arch-commits
mailing list