George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
bibutils
Commits:
1a5a3ff7 by George Rawlinson at 2026-01-13T17:48:21+00:00
upgpkg: 7.2-4
* Update license to use SPDX expressions.
* Fix FTBFS with manpages due to incorrect variable.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = bibutils
pkgdesc = Bibliography format interconversion
pkgver = 7.2
- pkgrel = 3
+ pkgrel = 4
url = http://sourceforge.net/p/bibutils/home/Bibutils
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = docbook-xsl
makedepends = libxslt
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -7,16 +7,16 @@
pkgname=bibutils
pkgver=7.2
-pkgrel=3
+pkgrel=4
pkgdesc="Bibliography format interconversion"
-arch=('x86_64')
+arch=(x86_64)
url="http://sourceforge.net/p/bibutils/home/Bibutils"
-license=('GPL2')
-depends=('glibc')
-makedepends=('docbook-xsl' 'libxslt')
+license=(GPL-2.0-only)
+depends=(glibc)
+makedepends=(docbook-xsl libxslt)
source=(
"${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver}_src.tgz"
- 'generate-man-pages.patch'
+ generate-man-pages.patch
)
sha512sums=('6a8d1e616fee6a8aff38792cfb9d9b1797b5729d356c0e5651d713b2631ac81d2b287602026bbc4e8f52762f3b2a2d35b2da339f2387c98c2fbc99bb47c3b21e'
'57c8502504e085997591f9ed8238efba82ed9647942a71b09005f4a6b94a098d084c5c02d7d32ec3078b50e88a5fb499115a53daae3b44e50d038dbe7457330b')
@@ -44,7 +44,7 @@ build() {
make DISTRO_CFLAGS="$CFLAGS" LDFLAGSIN="$LDFLAGS"
# generate man pages
- local DBVER="$(ls -1 /usr/share/xml/docbook | grep nons | sed -e
's/^xsl-stylesheets-//' -e 's/-nons$//')"
+ local DBVER="$(ls -1 /usr/share/xml/docbook/ | grep "xsl-stylesheets-" |
head -n 1 | sed -e 's/^xsl-stylesheets-//')"
xsltproc \
--output bibutils.1 \
--nonet \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bibutils/-/commit/1a5a3ff74502d2651d8ebc71282f67208c58ebeb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bibutils/-/commit/1a5a3ff74502d2651d8ebc71282f67208c58ebeb
You're receiving this email because of your account on gitlab.archlinux.org.