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

Damir Perisa damir at archlinux.org
Fri Nov 16 13:48:29 UTC 2007


    Date: Friday, November 16, 2007 @ 08:48:29
  Author: damir
    Path: /home/cvs-extra/extra/editors/yudit

Modified: PKGBUILD (1.5 -> 1.6)

yudit: fixing gcc dep bug 8652 and adding license - rebuild will be when gcc-libs is out of testing


----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: extra/editors/yudit/PKGBUILD
diff -u extra/editors/yudit/PKGBUILD:1.5 extra/editors/yudit/PKGBUILD:1.6
--- extra/editors/yudit/PKGBUILD:1.5	Thu Sep 28 13:31:37 2006
+++ extra/editors/yudit/PKGBUILD	Fri Nov 16 08:48:29 2007
@@ -4,11 +4,12 @@
 
 pkgname=yudit
 pkgver=2.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="(Y)unicode text editor for all unices"
 arch=('i686' 'x86_64')
 url="http://www.yudit.org/"
-depends=('libx11' 'gcc')
+depends=('libx11' 'gcc-libs')
+license=('GPL')
 
 source=(http://yudit.org/download/yudit-$pkgver.tar.gz)
 




More information about the arch-commits mailing list