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

Tobias Kieslich tobias at archlinux.org
Fri May 2 21:56:19 UTC 2008


    Date: Friday, May 2, 2008 @ 17:56:19
  Author: tobias
Revision: 1247

move to 1.1.9 and add mesa as makedepends

Modified:
  fltk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-02 15:37:01 UTC (rev 1246)
+++ PKGBUILD	2008-05-02 21:56:19 UTC (rev 1247)
@@ -4,15 +4,16 @@
 # Updated to produce shared libs: Andrew Rose <ody at netrux.com>
 
 pkgname=fltk
-pkgver=1.1.8
+pkgver=1.1.9
 pkgrel=1
 pkgdesc="Graphical user interface toolkit for X"
 arch=(i686 x86_64)
 license=('LGPL')
+url="http://www.fltk.org/"
 depends=('libjpeg' 'libpng' 'gcc-libs' 'libxft' 'libxext')
+makedepends=('mesa')
 source=(http://ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.bz2)
-url="http://www.fltk.org/"
-md5sums=('0f272d7299778e42fcbedf3c01741f4f')
+md5sums=('e146fd264e1001b1313acfd41ef75552')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver





More information about the arch-commits mailing list