Date: Saturday, April 1, 2023 @ 06:10:50 Author: tpowa Revision: 472518
upgpkg: gettext 0.21.1-5: #78068 readd libxml2 to depends Modified: gettext/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-31 21:39:34 UTC (rev 472517) +++ PKGBUILD 2023-04-01 06:10:50 UTC (rev 472518) @@ -2,13 +2,13 @@ pkgname=gettext pkgver=0.21.1 -pkgrel=4 +pkgrel=5 pkgdesc="GNU internationalization library" url="https://www.gnu.org/software/gettext/" arch=(x86_64) license=(GPL) -depends=(gcc-libs acl sh libunistring) -makedepends=(gettext emacs git libxml2) +depends=(gcc-libs acl sh libunistring libxml2) +makedepends=(gettext emacs git) optdepends=('git: for autopoint infrastructure updates') options=(!docs) source=(https://ftp.gnu.org/pub/gnu/gettext/$pkgname-$pkgver.tar.gz{,.sig}
