diff --git a/findutils/PKGBUILD b/findutils/PKGBUILD index 48769c5..d883c9d 100644 --- a/findutils/PKGBUILD +++ b/findutils/PKGBUILD @@ -7,10 +7,9 @@ pkgname=findutils pkgver=4.9.0 -pkgrel=02 +pkgrel=03 pkgdesc="GNU utilities to locate files" -arch=('x86_64') -groups=('base-devel') +#groups=('base-devel') # base-devel was replaced by a metapackage in arch - equivalent is jobbot in joborun depends=('glibc' 'sh') url='https://www.gnu.org/software/findutils/' source=("https://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.xz"{,.sig}) @@ -47,7 +46,9 @@ package() { make DESTDIR="$pkgdir" install } -#---- license gpg-key sha256sums ---- +#---- arch license gpg-key & sha256sums ---- + +arch=(x86_64) license=('GPL3') @@ -56,6 +57,6 @@ validpgpkeys=('A5189DB69C1164D33002936646502EF796917195') # Bernhard Voelker