Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
docbook-sgml
Commits:
f5b64822 by Sven-Hendrik Haase at 2025-06-13T18:24:32+02:00
upgpkg: 4.5-10: Rename LICENSE to license-from-upstream
This is in preparation of RFC52.
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- LICENSE → license-from-upstream
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = docbook-sgml
pkgdesc = Document type definitions for verification of SGML data files
against the DocBook rule set.
pkgver = 4.5
- pkgrel = 9
+ pkgrel = 10
url = https://www.docbook.org/sgml/
install = docbook-sgml.install
arch = any
license = LicenseRef-docbook-sgml
depends = sgml-common
source = https://www.docbook.org/sgml/4.5/docbook-4.5.zip
- source = LICENSE
+ source = license-from-upstream
sha256sums =
8043e514e80c6c19cb146b5d37937d1305bf3abf9b0097c36df7f70f611cdf43
sha256sums =
4fe5a7c521db026ce926c148c051f495b0966e3c34443030116aa34381d6cec8
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=docbook-sgml
pkgver=4.5
-pkgrel=9
+pkgrel=10
pkgdesc='Document type definitions for verification of SGML data files against
the DocBook rule set.'
arch=('any')
url='https://www.docbook.org/sgml/'
@@ -14,7 +14,7 @@ license=(LicenseRef-$pkgname)
depends=('sgml-common')
install='docbook-sgml.install'
source=("https://www.docbook.org/sgml/${pkgver}/docbook-${pkgver}.zip"
- LICENSE)
+ license-from-upstream)
sha256sums=('8043e514e80c6c19cb146b5d37937d1305bf3abf9b0097c36df7f70f611cdf43'
'4fe5a7c521db026ce926c148c051f495b0966e3c34443030116aa34381d6cec8')
@@ -52,5 +52,5 @@ package() {
install -dm755 "$pkgdir/$DTDDIR"
install -m644 docbook.cat "$pkgdir/$DTDDIR/catalog"
install -m644 *.dtd *.mod *.dcl "$pkgdir/$DTDDIR"
- install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+ install -D -m644 license-from-upstream -t
"${pkgdir}/usr/share/licenses/${pkgname}/"
}
=====================================
LICENSE → license-from-upstream
=====================================
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docbook-sgml/-/commit/f5b64822070a6a217c5935371c8edca98028de9a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/docbook-sgml/-/commit/f5b64822070a6a217c5935371c8edca98028de9a
You're receiving this email because of your account on gitlab.archlinux.org.