summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2016-12-03 13:47:42 +0100
committerMichael Straube2016-12-03 13:47:42 +0100
commit48aebf3a32591f9ac0b0d9f2779c71b24fd7217c (patch)
treeded2ca322754e14fb970b983b8a20133149bf4cc
parentd7c90d7091b7af9f1040875e5436c47306cc8b3c (diff)
downloadaur-48aebf3a32591f9ac0b0d9f2779c71b24fd7217c.tar.gz
Use https, update Maintainer
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1feb7edfa40..b671a73b8f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = sdlhana
license = GPL
depends = sdl
depends = gcc-libs
- source = http://nongnu.uib.no/sdlhana/sdlhana-0.34.tar.bz2
+ source = https://nongnu.uib.no/sdlhana/sdlhana-0.34.tar.bz2
sha1sums = f6ce75fa8025795321fc1ca757f44a03ba1ca5e6
pkgname = sdlhana
diff --git a/PKGBUILD b/PKGBUILD
index 99232da85cd8..f699fc4a90b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-
-# Maintainer: archtux <antonio.arias99999@gmail.com>
+# Maintainer: Michael Straube <straubem@gmx.de>
+# Contributor: archtux <antonio.arias99999@gmail.com>
pkgname=sdlhana
pkgver=0.34
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://sdlhana.nongnu.org"
license=('GPL')
depends=('sdl' 'gcc-libs')
-source=("http://nongnu.uib.no/$pkgname/$pkgname-$pkgver.tar.bz2")
+source=("https://nongnu.uib.no/$pkgname/$pkgname-$pkgver.tar.bz2")
sha1sums=('f6ce75fa8025795321fc1ca757f44a03ba1ca5e6')
build() {