summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormaxkl2023-09-29 14:48:43 +0200
committermaxkl2023-09-29 14:48:43 +0200
commit951e307caa6a6f9b72d33a986bb4aba8b354151b (patch)
tree877678c0b2fe6c8c0047f9002a0a65b69b56e384 /PKGBUILD
parent1416b38a085e800e5fea63603970fc16cbfa4a6a (diff)
downloadaur-951e307caa6a6f9b72d33a986bb4aba8b354151b.tar.gz
Change http to https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a3e42d25b8e..07ea7d4efdc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=sigasi
pkgver=5.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Eclipse-based commercial VHDL, Verilog and SystemVerilog IDE'
arch=('x86_64')
-url='http://www.sigasi.com/'
+url='https://www.sigasi.com/'
license=('custom')
-source=("${pkgname}-${pkgver}-x86_64.zip::http://download.sigasi.com/updates/${pkgver}/com.sigasi.hdt.product-linux.gtk.x86_64.zip"
+source=("${pkgname}-${pkgver}-x86_64.zip::https://download.sigasi.com/updates/${pkgver}/com.sigasi.hdt.product-linux.gtk.x86_64.zip"
'sigasi.desktop')
depends=('glib2' 'jre11-openjdk' 'gtk3' 'webkit2gtk')
makedepends=('unzip')