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

Antonio Rojas arojas at archlinux.org
Sun May 26 21:13:42 UTC 2019


    Date: Sunday, May 26, 2019 @ 21:13:42
  Author: arojas
Revision: 354352

https

Modified:
  swt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-26 21:11:02 UTC (rev 354351)
+++ PKGBUILD	2019-05-26 21:13:42 UTC (rev 354352)
@@ -6,7 +6,7 @@
 _date=201703010400
 pkgdesc='An open source widget toolkit for Java'
 arch=('x86_64')
-url='http://www.eclipse.org/swt/'
+url='https://www.eclipse.org/swt/'
 license=('EPL')
 depends=('java-runtime>=7' 'libxtst')
 makedepends=('jdk8-openjdk' 'glu' 'unzip' 'pkgconfig' 'gtk2' 'gtk3' 'ant')
@@ -13,7 +13,7 @@
 optdepends=('glu' 'gtk2' 'gtk3')
 
 # Source isn't distributed separately from the binaries; we're not using the latter
-source=(http://archive.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
+source=(https://archive.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
         build-swt.xml)
 sha256sums=('005dd6bfb20919f9fe7c681864d3f30a5b3eae112da8bdab2bf418978bbbd7aa'
             '3d30fbde25a6a6d260d04cb1782b7618c2a0a926440935a9eea516146eb0e1e1')



More information about the arch-commits mailing list