[arch-commits] CVS update of extra/editors/fte (PKGBUILD)

Aaron Griffin aaron at archlinux.org
Fri Nov 16 17:09:50 UTC 2007


    Date: Friday, November 16, 2007 @ 12:09:50
  Author: aaron
    Path: /home/cvs-extra/extra/editors/fte

Modified: PKGBUILD (1.12 -> 1.13)

upgpkg: fte 20051115-2
Switch gcc dep to gcc-libs


----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


Index: extra/editors/fte/PKGBUILD
diff -u extra/editors/fte/PKGBUILD:1.12 extra/editors/fte/PKGBUILD:1.13
--- extra/editors/fte/PKGBUILD:1.12	Sun May 21 04:21:40 2006
+++ extra/editors/fte/PKGBUILD	Fri Nov 16 12:09:50 2007
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD,v 1.12 2006/05/21 08:21:40 uid1016 Exp $
+# $Id: PKGBUILD,v 1.13 2007/11/16 17:09:50 aaron Exp $
 # Maintainer : Aaron Griffin <aaron at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=fte
 pkgver=20051115
-pkgrel=1
-pkgdesc="FTE is a free (licensed under the GNU GPL) text editor for developers"
+pkgrel=2
+pkgdesc="FTE is a free text editor for developers"
 arch=(i686 x86_64)
 url="http://fte.sourceforge.net/index.html"
-depends=('gpm' 'gcc' 'libxpm')
-source=(http://dl.sourceforge.net/fte/$pkgname-$pkgver-src.zip \
-        http://dl.sourceforge.net/fte/$pkgname-$pkgver-common.zip)
+depends=('gpm' 'gcc-libs' 'libxpm')
+license=('GPL')
+source=(http://downloads.sourceforge.net/fte/$pkgname-$pkgver-src.zip \
+        http://downloads.sourceforge.net/fte/$pkgname-$pkgver-common.zip)
 md5sums=('01ca652803cea52a8321067adf159053' 'fcbee61dfde33ba9aed59863c34b64c0')
 
 build()




More information about the arch-commits mailing list