summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinhard Leichtfuß2016-09-24 16:15:54 +0200
committerEinhard Leichtfuß2016-09-24 16:15:54 +0200
commit6cf84927db7120b57eea6d143abd88a12e059b92 (patch)
treec0bc4649438ec784bcbedb9db5ddda4447c0425f
parentf6a810ef69f3c254a25d0f4ab2f63ee3cca8dbb9 (diff)
downloadaur-6cf84927db7120b57eea6d143abd88a12e059b92.tar.gz
s/url="http/url="https/
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e1c52c98a5e..9f5c5b138ad4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dict-wn
pkgdesc = WordNet for dictd et al.
pkgver = 3.0
pkgrel = 5
- url = http://wordnet.princeton.edu/
+ url = https://wordnet.princeton.edu/
install = dict-wn.install
arch = any
license = custom: WordNet License
diff --git a/PKGBUILD b/PKGBUILD
index 5ab1dbefcb74..ff15a0fd054b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=3.0
pkgrel=5
pkgdesc="WordNet for dictd et al."
arch=('any')
-url="http://wordnet.princeton.edu/"
+url="https://wordnet.princeton.edu/"
license=('custom: WordNet License' 'GPL')
optdepends=('dictd: dict client and server')
makedepends=('dictd' 'tk' 'python2' 'ghostscript')