diff --git a/sgml-common/.SRCINFO b/sgml-common/.SRCINFO new file mode 100644 index 0000000000..d5d5cc9e77 --- /dev/null +++ b/sgml-common/.SRCINFO @@ -0,0 +1,15 @@ +pkgbase = sgml-common + pkgdesc = Tools for maintaining centralized SGML catalogs. + pkgver = 0.6.3 + pkgrel = 9 + url = https://www.docbook.org/xml/ + install = sgml-common.install + arch = any + license = GPL-1.0-or-later + depends = sh + source = https://www.sourceware.org/pub/docbook-tools/new-trials/SOURCES/sgml-common-0.6.3.tgz + source = sgml-common-0.6.3-manpage-1.patch + sha512sums = 3c4a55f555596b2a6bf6af66c497679226e7b40625ac16832150488311cba7f9fc523435eea5837262a5517f5c09c4c0e07fe4a2cf02184d4027609c26e4bc0c + sha512sums = c584ff6e66e1d58456c07849bf96fedd3f1df0b93430f6301c4d4ab9906821dea0cbac82eada19197540b5e31f13febd04fadda5b6e2ba4b0b6ee8f0328292f7 + +pkgname = sgml-common diff --git a/sgml-common/PKGBUILD b/sgml-common/PKGBUILD index 219ebe5882..b8cbe717b3 100644 --- a/sgml-common/PKGBUILD +++ b/sgml-common/PKGBUILD @@ -5,15 +5,15 @@ pkgname='sgml-common' pkgver=0.6.3 -pkgrel=8 +pkgrel=9 pkgdesc='Tools for maintaining centralized SGML catalogs.' -arch=('any') +arch=(any) url='https://www.docbook.org/xml/' -license=('GPL') +license=('GPL-1.0-or-later') install='sgml-common.install' depends=('sh') -source=("ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-${pkgver}.tgz" - 'sgml-common-0.6.3-manpage-1.patch') +source=("https://www.sourceware.org/pub/docbook-tools/new-trials/SOURCES/sgml-common-${pkgver}.tgz" + sgml-common-0.6.3-manpage-1.patch) sha512sums=('3c4a55f555596b2a6bf6af66c497679226e7b40625ac16832150488311cba7f9fc523435eea5837262a5517f5c09c4c0e07fe4a2cf02184d4027609c26e4bc0c' 'c584ff6e66e1d58456c07849bf96fedd3f1df0b93430f6301c4d4ab9906821dea0cbac82eada19197540b5e31f13febd04fadda5b6e2ba4b0b6ee8f0328292f7') @@ -31,7 +31,4 @@ build() { package(){ cd sgml-common-${pkgver} make DESTDIR="$pkgdir" docdir=/usr/share/doc install - -# "$pkgdir/usr/doc" "$pkgdir/usr/share/doc" } -