summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2016-12-10 04:56:22 -0500
committerGraeme Gott2016-12-10 04:56:22 -0500
commit93ee8467b840da0526e9ee9f2c4ac229932b4f71 (patch)
treee6e720246f7a2a1f788ecaf288fd7a026cc41056
parent98e71cf53481defeae7a6ad2d249d081d47f7bd3 (diff)
downloadaur-93ee8467b840da0526e9ee9f2c4ac229932b4f71.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 cfbc2e62e030..1385099851ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = simsu
pkgdesc = A basic Sudoku game
pkgver = 1.3.3
- pkgrel = 1
+ pkgrel = 2
url = http://gottcode.org/simsu/
arch = i686
arch = x86_64
license = GPL3
makedepends = qt5-tools
depends = qt5-base
- source = http://gottcode.org/simsu/simsu-1.3.3-src.tar.bz2
+ source = https://gottcode.org/simsu/simsu-1.3.3-src.tar.bz2
sha256sums = 0a279c0e22ad1c39edcdfbabac53427d5bf79cc757547483e3f99f6b3bd9c948
pkgname = simsu
diff --git a/PKGBUILD b/PKGBUILD
index 2603a764a215..69b70cb27f0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=simsu
pkgver=1.3.3
-pkgrel=1
+pkgrel=2
pkgdesc='A basic Sudoku 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=('0a279c0e22ad1c39edcdfbabac53427d5bf79cc757547483e3f99f6b3bd9c948')
build() {