aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 14:19:38 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 14:19:38 +0200
commit39034cef410d333d10d2a7ab1219b186ca22e4bc (patch)
tree611821ec0b79119704c99772c83a85d487b90bbb
parent124ac3112289ad6b76d67de1360c01d5d2fa860f (diff)
Change capitalization to "FreeDict"
-rw-r--r--TODO2
-rw-r--r--bin/sample.PKGBUILD2
-rw-r--r--src/sample.PKGBUILD2
-rw-r--r--svn/sample.PKGBUILD2
4 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index 712ff59..0809e44 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,8 @@ TODO file for aur-fd-scripts
* [consider] Notify on checksum change (should not happen unless version
numbers change).
* Add $basedir in user-config.default.sh
+* check(): `make validation'
+ - The .dtd and .rng files would need to be included in the tools package.
[NON-FUNCTIONAL]
* Be consistent in quoting.
diff --git a/bin/sample.PKGBUILD b/bin/sample.PKGBUILD
index 01b6b3f..bf41f10 100644
--- a/bin/sample.PKGBUILD
+++ b/bin/sample.PKGBUILD
@@ -9,7 +9,7 @@ pkgname=${_pkgname}-bin
pkgver=%VER%
_pkgver=${pkgver//_/-}
pkgrel=1
-pkgdesc="%LANG_A% -> %LANG_B% dictionary for dictd et al. from Freedict.org"
+pkgdesc="%LANG_A% -> %LANG_B% dictionary for dictd et al. from FreeDict.org"
arch=('any')
url="https://freedict.org/"
license=(%LICENSES%)
diff --git a/src/sample.PKGBUILD b/src/sample.PKGBUILD
index fea0d47..d93f0b3 100644
--- a/src/sample.PKGBUILD
+++ b/src/sample.PKGBUILD
@@ -8,7 +8,7 @@ pkgname=dict-freedict-${_lang}
pkgver=%VER%
_pkgver=${pkgver//_/-}
pkgrel=1
-pkgdesc="%LANG_A% -> %LANG_B% dictionary for dictd et al. from Freedict.org"
+pkgdesc="%LANG_A% -> %LANG_B% dictionary for dictd et al. from FreeDict.org"
arch=('any')
url="https://freedict.org/"
license=(%LICENSES%)
diff --git a/svn/sample.PKGBUILD b/svn/sample.PKGBUILD
index 4dd253d..12b8ade 100644
--- a/svn/sample.PKGBUILD
+++ b/svn/sample.PKGBUILD
@@ -9,7 +9,7 @@ pkgname=${_pkgname}-svn
pkgver=%VER%
_pkgver=${pkgver//_/-}
pkgrel=2
-pkgdesc="%LANG_A% -> %LANG_B% dictionary for dictd et al. from Freedict.org"
+pkgdesc="%LANG_A% -> %LANG_B% dictionary for dictd et al. from FreeDict.org"
arch=('any')
url="https://freedict.org/"
license=(%LICENSES%)