diff --git a/.SRCINFO b/.SRCINFO index 2e7380c..829d405 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,7 +7,6 @@ pkgbase = fakeroot-tcp arch = i686 arch = x86_64 arch = armv7h - groups = base-devel license = GPL makedepends = po4a depends = glibc diff --git a/PKGBUILD b/PKGBUILD index 6c344b8..87b58a6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,6 @@ pkgdesc='Tool for simulating superuser privileges,with tcp ipc' arch=('i686' 'x86_64' 'armv7h') license=('GPL') url="http://packages.debian.org/fakeroot" -groups=('base-devel') install=fakeroot.install depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh') makedepends=('po4a')