util-linux: Fix packages group
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
|
||||
pkgname=("util-linux" "libutil-linux" "libutil-linux-devel")
|
||||
pkgver=2.25.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Miscellaneous system utilities for Linux"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL3')
|
||||
url="http://www.kernel.org/pub/linux/utils/util-linux/"
|
||||
groups=('base')
|
||||
makedepends=('gettext-devel' 'libiconv-devel')
|
||||
source=(ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.xz
|
||||
2.24.2-agetty.patch
|
||||
@@ -124,6 +123,7 @@ build() {
|
||||
package_util-linux() {
|
||||
pkgdesc="Collection of basic system utilities"
|
||||
depends=("coreutils" "libutil-linux" "libiconv")
|
||||
groups=('base')
|
||||
provides=('getopt')
|
||||
conflicts=('getopt')
|
||||
replaces=('getopt')
|
||||
|
||||
Reference in New Issue
Block a user