summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2016-12-10 04:55:44 -0500
committerGraeme Gott2016-12-10 04:55:44 -0500
commit8d8c41eea1c40b92f6eb78a6e8e49bb6284afd0e (patch)
treec7dccdb2b6ac8cd6d64aeb2006538936c5b66912
parent4ed4bac4c3acbcef6334a76bed7825989b50cbde (diff)
downloadaur-8d8c41eea1c40b92f6eb78a6e8e49bb6284afd0e.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 4ffdee7b4934..c3ff3e21c416 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hexalate
pkgdesc = A color matching game
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://gottcode.org/hexalate/
arch = i686
arch = x86_64
license = GPL3
makedepends = qt5-tools
depends = qt5-base
- source = http://gottcode.org/hexalate/hexalate-1.1.0-src.tar.bz2
+ source = https://gottcode.org/hexalate/hexalate-1.1.0-src.tar.bz2
sha256sums = 74a8f23b7164981dbe968daa004781646c9063f1e80b234b19166570da22349c
pkgname = hexalate
diff --git a/PKGBUILD b/PKGBUILD
index 29d795edf8e7..de2423a1f257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=hexalate
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='A color matching game'
arch=('i686' 'x86_64')
url="http://gottcode.org/$pkgname/"
license=('GPL3')
depends=('qt5-base')
makedepends=('qt5-tools')
-source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
+source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
sha256sums=('74a8f23b7164981dbe968daa004781646c9063f1e80b234b19166570da22349c')
build() {