summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCleber Matheus2022-04-15 22:28:09 -0300
committerCleber Matheus2022-04-15 22:28:09 -0300
commit34ced3983dfecea4fbaa196e75de9f87c9f632b6 (patch)
treef3c084f09d3b0611d8ee22b537d13e280d98da90
parente5a6e2e2d2687cf1100ff385fd4f149b39ae1f51 (diff)
downloadaur-34ced3983dfecea4fbaa196e75de9f87c9f632b6.tar.gz
Updated to v13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65b3de7f83f8..1c5baef05ce3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = apache-netbeans
pkgdesc = Apache Netbeans IDE development platform
- pkgver = 12.6
+ pkgver = 13
pkgrel = 1
url = https://netbeans.apache.org
arch = i686
arch = x86_64
license = Apache
depends = java-runtime>=8
+ depends = ttf-font
provides = apache-netbeans
conflicts = apache-netbeans
+ conflicts = netbeans
options = !strip
- source = https://downloads.apache.org/netbeans/netbeans/12.6/netbeans-12.6-bin.zip
+ source = https://downloads.apache.org/netbeans/netbeans/13/netbeans-13-bin.zip
source = apache-netbeans.desktop
- sha512sums = 2b41e310eff2c3d87edbe6390afc72606d7e931f8a1fd3529fe42c282b2f87fac6fe29582d8cb2f778997f1fb0cf0ae011f46d7cca591ad0c0c5dea7c944a708
+ sha512sums = 5e78763a19c73a8fbe8063f1d68fd699c4c757b28d55e793eaeb7dc47d99a34105b6de371858b6f872ce5e6deefc87230335a56c6bc8a7df935549f00eeb03a0
sha512sums = e8160bb80c333a6b478766f176092caa8d87394202c923df22a8f4e3a336a72b0c3ee7f724743b13bfdc785fca32c1b984c2f719b0b153f943a9beaa9d877909
pkgname = apache-netbeans
diff --git a/PKGBUILD b/PKGBUILD
index 15e522dc6ec3..ec44bd89ef93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,22 @@
# Maintainer: Jonty Newman <jonty.newman at gmail dot com>
+# Maintainer: Cleber Matheus <clebermatheus at outlook dot com>
# Contributor: Martynas Janu <martynas.janu at googlemail dot com>
# Contributor: Benjamin Asbach <archlinux-aur.pkgname at impl dot it>
pkgname=apache-netbeans
-pkgver=12.6
+pkgver=13
pkgrel=1
pkgdesc="Apache Netbeans IDE development platform"
arch=('i686' 'x86_64')
url="https://netbeans.apache.org"
license=('Apache')
options=('!strip')
-depends=('java-runtime>=8')
+depends=('java-runtime>=8' 'ttf-font')
provides=('apache-netbeans')
-conflicts=('apache-netbeans')
-source=("https://downloads.apache.org/netbeans/netbeans/12.6/netbeans-12.6-bin.zip"
+conflicts=('apache-netbeans' 'netbeans')
+source=("https://downloads.apache.org/netbeans/netbeans/${pkgver}/netbeans-${pkgver}-bin.zip"
"apache-netbeans.desktop")
-sha512sums=("2b41e310eff2c3d87edbe6390afc72606d7e931f8a1fd3529fe42c282b2f87fac6fe29582d8cb2f778997f1fb0cf0ae011f46d7cca591ad0c0c5dea7c944a708"
- "e8160bb80c333a6b478766f176092caa8d87394202c923df22a8f4e3a336a72b0c3ee7f724743b13bfdc785fca32c1b984c2f719b0b153f943a9beaa9d877909")
+sha512sums=('5e78763a19c73a8fbe8063f1d68fd699c4c757b28d55e793eaeb7dc47d99a34105b6de371858b6f872ce5e6deefc87230335a56c6bc8a7df935549f00eeb03a0'
+ 'e8160bb80c333a6b478766f176092caa8d87394202c923df22a8f4e3a336a72b0c3ee7f724743b13bfdc785fca32c1b984c2f719b0b153f943a9beaa9d877909')
package() {
mkdir -p $pkgdir/usr/share/apache-netbeans