summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3856a56b7f4..07fb95d340bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 23:58:38 UTC 2015
+# Tue Dec 15 00:00:37 UTC 2015
pkgbase = lutris
pkgdesc = Open Gaming Platform
pkgver = 0.3.6.3
pkgrel = 2
- url = http://lutris.net/
+ url = https://lutris.net/
install = lutris.install
arch = any
license = GPL3
@@ -41,7 +41,7 @@ pkgbase = lutris
optdepends = vice: Commodore 64 Emulator
optdepends = virtualjaguar: Atari Jaguar Emulator
optdepends = wine: Windows Compatibility Layer
- source = http://lutris.net/releases/lutris_0.3.6.3.tar.gz
+ source = https://lutris.net/releases/lutris_0.3.6.3.tar.gz
sha256sums = a9061403ef8844b2c1443b1c5f15fe98af224d652d66268b47ae8e215e289058
pkgname = lutris
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() {