summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraeme Gott2016-12-10 04:56:22 -0500
committerGraeme Gott2016-12-10 04:56:22 -0500
commit93ee8467b840da0526e9ee9f2c4ac229932b4f71 (patch)
treee6e720246f7a2a1f788ecaf288fd7a026cc41056 /PKGBUILD
parent98e71cf53481defeae7a6ad2d249d081d47f7bd3 (diff)
downloadaur-93ee8467b840da0526e9ee9f2c4ac229932b4f71.tar.gz
Switch to HTTPS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {