summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a3d4f2c767d..3c857bcbb32f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = ctags_as3_haxe
depends = glibc
provides = ctags
conflicts = ctags
- source = http://downloads.sourceforge.net/sourceforge/ctags/ctags-5.8.tar.gz
+ source = https://downloads.sourceforge.net/sourceforge/ctags/ctags-5.8.tar.gz
source = http://www.dafishinsea.com/downloads/ctags_as3_haxe_patched_files.tar.gz
md5sums = c00f82ecdcc357434731913e5b48630d
md5sums = faa6108de15b2bae2feac521b5e5b7f7
diff --git a/PKGBUILD b/PKGBUILD
index c7fdbb33a5b7..9d438d77034e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# $Id$
-# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
+# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
@@ -13,7 +13,7 @@ depends=('glibc')
provides=('ctags')
conflicts=('ctags')
url="http://www.dafishinsea.com/blog/2010/01/21/getting-ctags-to-work-with-actionscript-and-haxe/"
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname%%_*}/${pkgname%%_*}-${pkgver}.tar.gz"
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname%%_*}/${pkgname%%_*}-${pkgver}.tar.gz"
'http://www.dafishinsea.com/downloads/ctags_as3_haxe_patched_files.tar.gz')
md5sums=('c00f82ecdcc357434731913e5b48630d'
'faa6108de15b2bae2feac521b5e5b7f7')