[arch-commits] CVS update of extra/x11/fltk (PKGBUILD)

Tobias Kieslich tobias at archlinux.org
Sat Apr 5 01:05:54 UTC 2008


    Date: Friday, April 4, 2008 @ 21:05:54
  Author: tobias
    Path: /home/cvs-extra/extra/x11/fltk

Modified: PKGBUILD (1.16 -> 1.17)

upstream update


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


Index: extra/x11/fltk/PKGBUILD
diff -u extra/x11/fltk/PKGBUILD:1.16 extra/x11/fltk/PKGBUILD:1.17
--- extra/x11/fltk/PKGBUILD:1.16	Wed Sep 19 17:27:32 2007
+++ extra/x11/fltk/PKGBUILD	Fri Apr  4 21:05:54 2008
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD,v 1.16 2007/09/19 21:27:32 jgc Exp $
+# $Id: PKGBUILD,v 1.17 2008/04/05 01:05:54 tobias Exp $
 # Maintainer: roberto <roberto at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Updated to produce shared libs: Andrew Rose <ody at netrux.com>
 
 pkgname=fltk
-pkgver=1.1.7
-pkgrel=3
+pkgver=1.1.8
+pkgrel=1
 pkgdesc="Graphical user interface toolkit for X"
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('libjpeg' 'libpng' 'gcc-libs' 'libxft' 'libxext')
 source=(http://ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.bz2)
 url="http://www.fltk.org/"
-md5sums=('2e29319119adc9d63b2f26b72cae0a88')
+md5sums=('0f272d7299778e42fcbedf3c01741f4f')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -20,4 +20,3 @@
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
-# vim: ft=sh ts=2




More information about the arch-commits mailing list