diff options
author | Erich Eckner <git@eckner.net> | 2017-10-19 22:53:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-10-19 22:53:59 +0200 |
commit | 44aeaf277dbfcaa9aa646a6940357ab349d5e3a8 (patch) | |
tree | f0756736d022df0e92cf21a2934df3d32e05d97f | |
parent | 6185da1bd721ee27236139b0a340d4503d344730 (diff) | |
download | archlinuxewe.git.save-44aeaf277dbfcaa9aa646a6940357ab349d5e3a8.tar.xz |
Kommentar korrigieren, pgplot-for-ifeffit als non-any markieren
-rwxr-xr-x | archPackagesUpdate | 2 | ||||
-rw-r--r-- | argtable/PKGBUILD | 2 | ||||
-rw-r--r-- | pgplot-for-ifeffit/PKGBUILD | 1 | ||||
-rw-r--r-- | ttf-oxygen/PKGBUILD | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index 1e5b6e70..95af9275 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -524,7 +524,7 @@ then { printf '%s\\|' \ "E: ELF file (.*) found in an ['\"]any['\"] package" - if ! grep -qF " ${teil} ist absichtlich any ohne ELF Dateien" PKGBUILD; then + if ! grep -qF " ${teil} ist absichtlich nicht any ohne ELF Dateien" PKGBUILD; then printf '%s\\|' \ "W: No ELF files and not an ['\"]any['\"] package" fi diff --git a/argtable/PKGBUILD b/argtable/PKGBUILD index 27fabacc..e53c9679 100644 --- a/argtable/PKGBUILD +++ b/argtable/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.13 pkgrel=1 pkgdesc="An ANSI C command line parser" arch=('i686' 'x86_64') -# argtable-docs ist absichtlich any ohne ELF Dateien +# argtable-docs ist absichtlich nicht any ohne ELF Dateien url="http://argtable.sourceforge.net/" license=('GPL') source=(http://downloads.sourceforge.net/argtable/$pkgname${pkgver/./-}.tar.gz) diff --git a/pgplot-for-ifeffit/PKGBUILD b/pgplot-for-ifeffit/PKGBUILD index 7171173d..c88bee49 100644 --- a/pgplot-for-ifeffit/PKGBUILD +++ b/pgplot-for-ifeffit/PKGBUILD @@ -6,6 +6,7 @@ _ifeffitver=1.2.13 pkgrel='2' pkgdesc='pgplot as ifeffit needs it' arch=('x86_64' 'i686') +# pgplot-for-ifeffit ist absichtlich nicht any ohne ELF Dateien license=('GPL') options=('!emptydirs') depends=() diff --git a/ttf-oxygen/PKGBUILD b/ttf-oxygen/PKGBUILD index 4bd9db6b..53381fc8 100644 --- a/ttf-oxygen/PKGBUILD +++ b/ttf-oxygen/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=3 pkgdesc='A desktop/gui font family for integrated use with the KDE desktop' url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts' arch=('i686' 'x86_64' 'armv7h') # CMake files are arch-dependent -# ttf-oxygen ist absichtlich any ohne ELF Dateien +# ttf-oxygen ist absichtlich nicht any ohne ELF Dateien license=('custom:OFL' 'GPL' 'custom:GPL+FE') depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') makedepends=('extra-cmake-modules' 'fontforge' 'qt5-base') |