summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAutumn2022-02-01 17:43:36 -0800
committerAutumn2023-02-20 15:07:11 -0800
commit5c7598a2d4f73682fc787604e3e012720453e766 (patch)
tree8edd181b490f9c17c5302bd0f0089fbde3701beb
parentc0bee64d71b771e626ed76e967adc19341bb7d23 (diff)
downloadaur-5c7598a2d4f73682fc787604e3e012720453e766.tar.gz
change url to https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eff4b6866005..9fb8f0a248db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gargoyle
pkgdesc = Interactive Fiction multi-interpreter that supports all major IF formats.
pkgver = 2022.1
pkgrel = 3
- url = http://ccxvii.net/gargoyle/
+ url = https://ccxvii.net/gargoyle/
arch = i686
arch = x86_64
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index 19b6e1926f60..2b82b47ae61a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=2022.1
pkgrel=3
pkgdesc="Interactive Fiction multi-interpreter that supports all major IF formats."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
-url="http://ccxvii.net/gargoyle/"
+url="https://ccxvii.net/gargoyle/"
license=('GPL2' 'custom:BSD-2-Clause' 'custom:BSD-3-Clause' 'Artistic2.0' 'MIT' 'custom:OFL-1.1')
depends=('sdl2_mixer' 'sdl2' 'freetype2' 'qt5-base' 'fontconfig' 'libjpeg' 'libpng' 'zlib'
'hicolor-icon-theme')