summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoramiad2021-03-20 21:43:54 +0200
committeramiad2021-03-20 21:43:54 +0200
commit7ed93957bf52e13e4dde99c1a9b65447de4a2d0a (patch)
tree9780817f6e2dd66bb5bbd10a74e134046a4a0366 /PKGBUILD
parente15e7f910708630b7410a73bd19f29c20ebec41d (diff)
downloadaur-7ed93957bf52e13e4dde99c1a9b65447de4a2d0a.tar.gz
update to https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcdf2f7ef569..450712449ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=virtaal
pkgver=0.7.1
pkgrel=6
pkgdesc="A tool to create program translations."
-url="http://translate.sourceforge.net/wiki/virtaal/index"
+url="https://translate.sourceforge.net/wiki/virtaal/index"
arch=('any')
license=('GPL')
depends=('python2>2.5' 'gtk2>2.18' 'pygtk>2.12' 'python2-lxml>2.3.2' 'desktop-file-utils'
@@ -17,7 +17,7 @@ optdepends=('python2-gtkspell: to enable spell checking'
'python2-levenshtein: to speed up Levenshtein distance measures'
)
install=virtaal.install
-source=("http://downloads.sourceforge.net/translate/$pkgname-$pkgver.tar.bz2")
+source=("https://downloads.sourceforge.net/translate/$pkgname-$pkgver.tar.bz2")
md5sums=('e931c5b477da4bb44e00c24c2247a1ad')
build() {