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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jan 30 14:21:53 UTC 2014


    Date: Thursday, January 30, 2014 @ 15:21:53
  Author: arodseth
Revision: 105038

Fix for FS#38567, added dependency on classpath

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-30 12:41:45 UTC (rev 105037)
+++ PKGBUILD	2014-01-30 14:21:53 UTC (rev 105038)
@@ -6,12 +6,12 @@
 pkgname=netbeans
 pkgver=7.4
 _subpkgver=201310111528
-pkgrel=1
+pkgrel=2
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.org/'
 license=('CDDL')
-depends=('java-environment' 'ttf-font' 'libxtst' 'giflib')
+depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'classpath')
 backup=('usr/share/netbeans/etc/netbeans.conf')
 makedepends=('gendesk' 'setconf')
 optdepends=('php: for developing programs in php'




More information about the arch-commits mailing list