summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMusikolo2020-12-09 19:01:34 -0600
committerMusikolo2020-12-09 19:01:34 -0600
commit643543017d635f54d580ce58626a4485230abb7b (patch)
treee070077a49e3113d207b1a91b105ac3d59a3cb11
parent41655c27cf545f0a0279cebc9e16bdccfd05cc20 (diff)
downloadaur-643543017d635f54d580ce58626a4485230abb7b.tar.gz
Also switch package url to https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f9626e78966..a8e79281183c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 04:23:55 UTC 2020
+# Thu Dec 10 01:00:32 UTC 2020
pkgbase = rar
pkgdesc = A command-line port of the rar compression utility
pkgver = 6.0.0
pkgrel = 1
- url = http://www.rarlab.com
+ url = https://www.rarlab.com
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 0679af3683ea..877425030bc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=rar
pkgver=6.0.0
pkgrel=1
pkgdesc="A command-line port of the rar compression utility"
-url="http://www.rarlab.com"
+url="https://www.rarlab.com"
arch=('i686' 'x86_64')
license=('custom')
depends=('gcc-libs')