summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavion2021-05-14 07:29:21 +1000
committerXavion2021-05-14 07:29:21 +1000
commitc9f301fc9c84eb8c4377da8f1c50687759b2ecb3 (patch)
tree5a62541cdc3f62b705eb573785b14ebec5bf08b2 /PKGBUILD
parentf7b7e22ac85a569c9244f67e7a79ddc901189386 (diff)
downloadaur-j7z.tar.gz
Updated URLs to HTTPS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75731ab364f2..2616ce9a588f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _filename_=J7Z
pkgver=1.4.2
pkgrel=1
pkgdesc="An alternative 7-Zip GUI"
-url="http://${_filename_}.Xavion.name"
+url="https://${_filename_}.Xavion.name"
arch=("any")
license=("LGPL3")
depends=("java-runtime>=8" "p7zip")
@@ -19,8 +19,8 @@ optdepends=("oxygen-gtk2: Native 'Oxygen' style"
conflicts=("q7z" "k7z")
replaces=("q7z" "k7z")
install="${_filename_}.install"
-#source=(http://prdownloads.sourceforge.net/k7z/${_filename_}-${pkgver}-src.tar.bz2)
-source=(http://prdownloads.sourceforge.net/k7z/${_filename_}-${pkgver}-bin.tar.bz2)
+#source=(https://prdownloads.sourceforge.net/k7z/${_filename_}-${pkgver}-src.tar.bz2)
+source=(https://prdownloads.sourceforge.net/k7z/${_filename_}-${pkgver}-bin.tar.bz2)
build() {
cd "${srcdir}"/${_filename_}/Linux/Build