summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramiad2021-03-20 21:43:54 +0200
committeramiad2021-03-20 21:43:54 +0200
commit7ed93957bf52e13e4dde99c1a9b65447de4a2d0a (patch)
tree9780817f6e2dd66bb5bbd10a74e134046a4a0366
parente15e7f910708630b7410a73bd19f29c20ebec41d (diff)
downloadaur-virtaal.tar.gz
update to https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e2967f22acc..bc4363cffd7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sun Apr 30 10:13:15 UTC 2017
pkgbase = virtaal
pkgdesc = A tool to create program translations.
pkgver = 0.7.1
pkgrel = 6
- url = http://translate.sourceforge.net/wiki/virtaal/index
+ url = https://translate.sourceforge.net/wiki/virtaal/index
install = virtaal.install
arch = any
license = GPL
@@ -22,7 +20,7 @@ pkgbase = virtaal
optdepends = python2-pyenchant: to enable spell checking
optdepends = iso-codes: to display translated language names
optdepends = python2-levenshtein: to speed up Levenshtein distance measures
- source = http://downloads.sourceforge.net/translate/virtaal-0.7.1.tar.bz2
+ source = https://downloads.sourceforge.net/translate/virtaal-0.7.1.tar.bz2
md5sums = e931c5b477da4bb44e00c24c2247a1ad
pkgname = virtaal
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() {