summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2015-12-15 01:00:37 +0100
committerFrederik “Freso” S. Olesen2015-12-15 01:00:37 +0100
commit6229efecb339306b67115789bf5744de3ca4d965 (patch)
tree1c8811a3d9f7eb5ca5688a9278dfcbac7259192c /PKGBUILD
parent27aad7a0090959c08a42e4bbfe25d28525176f7c (diff)
downloadaur-6229efecb339306b67115789bf5744de3ca4d965.tar.gz
HTTPSify lutris.net URLs.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a30146193eb6..4ad8c93fd421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.3.6.3
pkgrel=2
pkgdesc='Open Gaming Platform'
arch=('any')
-url='http://lutris.net/'
+url='https://lutris.net/'
license=('GPL3')
depends=('desktop-file-utils' 'glib-networking' 'gvfs' 'hicolor-icon-theme'
'polkit' 'python2-gobject' 'python2-xdg' 'python2-yaml' 'xorg-xrandr')
@@ -35,7 +35,7 @@ optdepends=('atari800: Atari 800/800XL/130XE/5200 Emulator'
'virtualjaguar: Atari Jaguar Emulator'
'wine: Windows Compatibility Layer')
install='lutris.install'
-source=("http://lutris.net/releases/lutris_${pkgver}.tar.gz")
+source=("https://lutris.net/releases/lutris_${pkgver}.tar.gz")
sha256sums=('a9061403ef8844b2c1443b1c5f15fe98af224d652d66268b47ae8e215e289058')
prepare() {