summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2019-01-13 19:21:58 -0800
committerEric Anderson2019-01-13 19:21:58 -0800
commitc0ce644c74ea9fa4a23afa8f5dfe6782f6cad278 (patch)
tree1e2ddb2f23f8880b15fa27eefebc52a443ad2c89
parent7e5db3e51b301ea81e574fae4652bc34f07d912b (diff)
downloadaur-c0ce644c74ea9fa4a23afa8f5dfe6782f6cad278.tar.gz
Swap package url to https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a3e1242238b..f869c7bbca07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sat Oct 29 20:04:51 UTC 2016
pkgbase = superhexagon
pkgdesc = A minimal action game by Terry Cavanagh, with music by Chipzel
pkgver = 20160217
pkgrel = 1
- url = http://superhexagon.com/
+ url = https://www.superhexagon.com/
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 1a9c8548b6c0..93cfae34df06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgver=02172016
pkgrel=1
pkgdesc="A minimal action game by Terry Cavanagh, with music by Chipzel"
arch=('i686' 'x86_64')
-url="http://superhexagon.com/"
+url="https://www.superhexagon.com/"
license=('custom')
depends=('libvorbis' 'openal' 'sdl2' 'glew1.6')
_gamepkg="${pkgname}-${_pkgver}-bin"