update to 12.4-systemd: intltool-0.51.0

This commit is contained in:
2025-12-21 18:57:32 -05:00
parent 0aadeeeac1
commit cef0098bba

View File

@@ -4,7 +4,7 @@ pkgdesc="The internationalization tool collection"
homepage="https://launchpad.net/intltool"
license=('GPL')
sources=("${pkgname}-${pkgver}.tar.gz")
urls=("https://launchpad.net/intltool/trunk/0.51.0/+download/${sources[0]}")
urls=("https://launchpad.net/intltool/trunk/${pkgver}/+download/${sources[0]}")
md5sums=("12e517cac2b57a0121cda351570f1e63")
src_prepare() {
@@ -23,6 +23,6 @@ src_check() {
src_install() {
make DESTDIR="${pkgdir}" install
install -v -Dm644 doc/I18N-HOWTO "${pkgdir}/usr/share/doc/intltool-0.51.0/I18N-HOWTO"
install -v -Dm644 doc/I18N-HOWTO "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/I18N-HOWTO"
}