aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-11-29 22:03:20 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-11-29 22:03:20 +0100
commit612156c7c2055c0e30a9fa82d0f96396aea75bc1 (patch)
treed728a74604e0abf10f838f27261bef754799129f
parentef1f66602edc00757bae1b6d3dc9e187eda031f3 (diff)
https link in PKGBUILDs
-rw-r--r--TODO4
-rw-r--r--bin/sample.PKGBUILD2
-rw-r--r--src/sample.PKGBUILD2
-rw-r--r--svn/sample.PKGBUILD2
4 files changed, 7 insertions, 3 deletions
diff --git a/TODO b/TODO
index caddcea..673e8b7 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,5 @@
Move dictd dependency to freedict-tools.
+
+Notify on checksum change.
+
+Check for update of freedict-tools.
diff --git a/bin/sample.PKGBUILD b/bin/sample.PKGBUILD
index 9bff99e..8d6d3be 100644
--- a/bin/sample.PKGBUILD
+++ b/bin/sample.PKGBUILD
@@ -8,7 +8,7 @@ _pkgver=${pkgver//_/-}
pkgrel=1
pkgdesc="%LANG_A% -> %LANG_B% dictionary for dictd et al. from Freedict.org"
arch=('any')
-url="http://www.freedict.org/"
+url="https://freedict.org/"
license=('GPL')
optdepends=('dictd: dict client and server')
provides=(${_pkgname})
diff --git a/src/sample.PKGBUILD b/src/sample.PKGBUILD
index 680b412..02a358c 100644
--- a/src/sample.PKGBUILD
+++ b/src/sample.PKGBUILD
@@ -7,7 +7,7 @@ _pkgver=${pkgver//_/-}
pkgrel=1
pkgdesc="%LANG_A% -> %LANG_B% dictionary for dictd et al. from Freedict.org"
arch=('any')
-url="http://www.freedict.org/"
+url="https://freedict.org/"
license=('GPL')
optdepends=('dictd: dict client and server')
makedepends=('dictd' 'freedict-tools')
diff --git a/svn/sample.PKGBUILD b/svn/sample.PKGBUILD
index 4445077..df2b604 100644
--- a/svn/sample.PKGBUILD
+++ b/svn/sample.PKGBUILD
@@ -8,7 +8,7 @@ _pkgver=${pkgver//_/-}
pkgrel=2
pkgdesc="%LANG_A% -> %LANG_B% dictionary for dictd et al. from Freedict.org"
arch=('any')
-url="http://www.freedict.org/"
+url="https://freedict.org/"
license=('GPL')
optdepends=('dictd: dict client and server')
makedepends=('subversion' 'dictd' 'freedict-tools')