summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchPackagesUpdate2
-rw-r--r--argtable/PKGBUILD2
-rw-r--r--pgplot-for-ifeffit/PKGBUILD1
-rw-r--r--ttf-oxygen/PKGBUILD2
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')