summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2015-08-31 11:45:49 +0200
committerJuraj Fiala2015-08-31 11:45:49 +0200
commit637c27102174b743e70d91183d76f0ecdef78ae9 (patch)
treeb8c443b9d06d54a27480b039098fa3bbc4b90790
parent7fed6f7e2758daf1d58689320ab424ce918610a7 (diff)
downloadaur-637c27102174b743e70d91183d76f0ecdef78ae9.tar.gz
Switched website to HTTPS since we're also downloading the EULA from HTTPS.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2168a5a6d6e..e65776c089be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = unity-editor
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
pkgver = 5.1.0f3+2015082501
pkgrel = 5
- url = http://unity3d.com/
+ url = https://unity3d.com/
install = unity-editor.install
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index e48d714c369b..aa10f5723b05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgrel=5
#epoch=1
pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences."
arch=('x86_64')
-url='http://unity3d.com/'
+url='https://unity3d.com/'
license=('custom')
depends=('desktop-file-utils'
'xdg-utils'