Date: Tuesday, March 14, 2023 @ 13:43:38 Author: tpowa Revision: 470814
upgpkg: gettext 0.21.1-4: remove base-devel group Modified: gettext/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-14 13:39:30 UTC (rev 470813) +++ PKGBUILD 2023-03-14 13:43:38 UTC (rev 470814) @@ -2,14 +2,13 @@ pkgname=gettext pkgver=0.21.1 -pkgrel=2 +pkgrel=4 pkgdesc="GNU internationalization library" url="https://www.gnu.org/software/gettext/" arch=(x86_64) license=(GPL) -groups=(base-devel) -depends=(gcc-libs acl sh libunistring libxml2) -makedepends=(gettext emacs git) +depends=(gcc-libs acl sh libunistring) +makedepends=(gettext emacs git libxml2) optdepends=('git: for autopoint infrastructure updates') options=(!docs) source=(https://ftp.gnu.org/pub/gnu/gettext/$pkgname-$pkgver.tar.gz{,.sig}
