diff options
-rwxr-xr-x | archPackagesUpdate | 3 | ||||
-rw-r--r-- | argtable/PKGBUILD | 1 | ||||
-rw-r--r-- | ttf-oxygen/PKGBUILD | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index a235cb87..a804e893 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -524,8 +524,7 @@ then { printf '%s\\|' \ "E: ELF file (.*) found in an ['\"]any['\"] package" - if [ ! "${paket}" = 'ttf-oxygen' ] && - [ ! "${teil}" = 'argtable-docs' ]; then + if ! grep -qF " ${teil} ist absichtlich any ohne ELF Dateien" PKGBULD; then printf '%s\\|' \ "W: No ELF files and not an ['\"]any['\"] package" fi diff --git a/argtable/PKGBUILD b/argtable/PKGBUILD index 9b1e8c36..27fabacc 100644 --- a/argtable/PKGBUILD +++ b/argtable/PKGBUILD @@ -8,6 +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 url="http://argtable.sourceforge.net/" license=('GPL') source=(http://downloads.sourceforge.net/argtable/$pkgname${pkgver/./-}.tar.gz) diff --git a/ttf-oxygen/PKGBUILD b/ttf-oxygen/PKGBUILD index 32c34a83..4bd9db6b 100644 --- a/ttf-oxygen/PKGBUILD +++ b/ttf-oxygen/PKGBUILD @@ -10,6 +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 license=('custom:OFL' 'GPL' 'custom:GPL+FE') depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') makedepends=('extra-cmake-modules' 'fontforge' 'qt5-base') |