Date: Wednesday, November 13, 2019 @ 12:17:17 Author: eworm Revision: 368097
base group removal Modified: gettext/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-13 12:16:39 UTC (rev 368096) +++ PKGBUILD 2019-11-13 12:17:17 UTC (rev 368097) @@ -7,7 +7,7 @@ url="https://www.gnu.org/software/gettext/" arch=(x86_64) license=(GPL) -groups=(base base-devel) +groups=(base-devel) depends=(gcc-libs acl sh glib2 libunistring libcroco) makedepends=(gettext emacs git) optdepends=('git: for autopoint infrastructure updates')
