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

Guillaume Alaux guillaume at archlinux.org
Mon Oct 24 19:18:25 UTC 2016


    Date: Monday, October 24, 2016 @ 19:18:24
  Author: guillaume
Revision: 279217

Upstream release 1.3.9

Modified:
  visualvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-24 19:05:23 UTC (rev 279216)
+++ PKGBUILD	2016-10-24 19:18:24 UTC (rev 279217)
@@ -1,18 +1,18 @@
 # Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
 # Contributor: Kristof JOZSA <kristof.jozsa at gmail.com>
 pkgname=visualvm
-pkgver=1.3.8
+pkgver=1.3.9
 _shortver=${pkgver//\./}
 pkgrel=1
 pkgdesc='Visual tool integrating several commandline JDK tools and lightweight profiling capabilities'
 arch=('i686' 'x86_64')
-url='http://visualvm.java.net/'
+url='https://visualvm.github.io/'
 license=('custom:GPL')
 depends=('java-environment')
-source=("https://java.net/projects/${pkgname}/downloads/download/release${_shortver}/${pkgname}_${_shortver}.zip"
+source=("https://github.com/${pkgname}/${pkgname}.src/releases/download/${pkgver}/${pkgname}_${_shortver}.zip"
         'visualvm.desktop'
         'icon.png')
-sha256sums=('05fa81e756552a42d1150d7c32ab2186f6f736244c95022b341deaefc077d899'
+sha256sums=('90dfabfcbebe9214c8474c9edd1c36d67426b162ec642cb3527540a191812b93'
             'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441'
             '452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
 
@@ -34,10 +34,10 @@
   rm -rf "${pkgdir}"/usr/share/${pkgname}/profiler/lib/deployed/jdk*/{hpux*,mac,solaris*,windows*,linux-arm*}
   if [ ${CARCH} == 'i686' ]; then
     rm -rf "${pkgdir}"/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux-amd64 \
-           "${pkgdir}"/usr/share/${pkgname}/platform/modules/lib/{x86,amd64}
+           "${pkgdir}"/usr/share/${pkgname}/platform/modules/lib/amd64
   else
     rm -rf "${pkgdir}"/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux \
-           "${pkgdir}"/usr/share/${pkgname}/platform/modules/lib/{x86,i386}
+           "${pkgdir}"/usr/share/${pkgname}/platform/modules/lib/i386
   fi
 
   find "${pkgdir}"/usr/share/${pkgname} \( -name "*.exe" -o -name "*.dll" \) -delete



More information about the arch-commits mailing list