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

Santiago Torres-Arias sangy at archlinux.org
Tue Jul 30 16:10:09 UTC 2019


    Date: Tuesday, July 30, 2019 @ 16:10:09
  Author: sangy
Revision: 495326

upgpkg: netbeans 11.1-1

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-30 16:00:18 UTC (rev 495325)
+++ PKGBUILD	2019-07-30 16:10:09 UTC (rev 495326)
@@ -4,8 +4,8 @@
 # Contributor: Ben Wolsieffer <benwolsieffer at gmail.com>
 
 pkgname=netbeans
-pkgver=11.0
-pkgrel=2
+pkgver=11.1
+pkgrel=1
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='https://netbeans.apache.org/'
@@ -16,15 +16,24 @@
 optdepends=('php: for developing programs in php'
             'groovy: for developing programs in groovy'
             'lib32-glibc')
-source=("https://www.apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-${pkgver}/incubating-${pkgname}-${pkgver}-source.zip"{,.asc}
+
+# you can figure out what's the best urlbase in case you want to override it by going to:
+# https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.1/netbeans-11.1-source.zip
+urlbase="https://ftp.wayne.edu/apache/"
+source=("${urlbase}/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip"
+        "https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip.asc"
        "netbeans.clusters")
 
-sha256sums=('59fb38a9e1aab96c1322296c6c0b2b613af6cde160f41472c32a5efab20af8cf'
+sha256sums=('292a1728e36fdf1a2ffe849b1559c9a3c1a3548107d18b842d9c99084783a526'
             'SKIP'
             'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
 
 validpgpkeys=("1A83C352499305B6682E3D95CF7BA0AB1CCF4647" # Emilian Marius Bold <emi at apache.org>
               "79C8F02A726E9EF53646D712B2BF814FA145CB2D" # Laszlo Kishalmi <lkishalmi at apache.org>
+              "51B0E375B4941714A809F90E13E9F7AE3A4FD551" # Geert Jan <geertjan at apache.org>
+              "E6B7A203AA18497AB25202A7B4C1940FEA9364F1" # Jan Lahoda <jlahoda at apache.org>
+              "7B037EEBE0F0DEDFEE65B6983703AC389A12A9D4" # Neil C Smith <neilcsmith at apache.org>
+              "D0410592D20D84582E23D7F057D5896CD86C1320" # Reema Taneja <rtaneja at apache.org>
             )
 
 build() {



More information about the arch-commits mailing list