summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2016-12-10 04:54:41 -0500
committerGraeme Gott2016-12-10 04:54:41 -0500
commitbff1d72cc7c9e4fddc6663203a38db81bb6d722a (patch)
tree5a595faa1cac709f7065c1b3662e6e15dd027eb6
parent22540960887af93de27aeb449b0b13e2678efa16 (diff)
downloadaur-bff1d72cc7c9e4fddc6663203a38db81bb6d722a.tar.gz
Switch to HTTPS
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a7ff8f76124..65f45c72a62a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cutemaze
pkgdesc = Top-down maze game
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://gottcode.org/cutemaze/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = cutemaze
makedepends = qt5-tools
depends = qt5-base
depends = qt5-svg
- source = http://gottcode.org/cutemaze/cutemaze-1.2.0-src.tar.bz2
+ source = https://gottcode.org/cutemaze/cutemaze-1.2.0-src.tar.bz2
sha256sums = d23a0d11a237f53d6b8da9234b5b475bbca8d67abbdd124cfa7c0cb4da70349b
pkgname = cutemaze
diff --git a/PKGBUILD b/PKGBUILD
index 5147045550ec..11a93716b5ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=cutemaze
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Top-down maze game'
arch=('i686' 'x86_64')
url="http://gottcode.org/$pkgname/"
license=('GPL3')
depends=('qt5-base' 'qt5-svg')
makedepends=('qt5-tools')
-source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
+source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
sha256sums=('d23a0d11a237f53d6b8da9234b5b475bbca8d67abbdd124cfa7c0cb4da70349b')
build() {