Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / yaz
Commits: 26807135 by Antonio Rojas at 2024-05-10T21:29:08+02:00 upgpkg: 5.34.0-4: ICU 75 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = yaz pkgdesc = A toolkit supporting the development of Z39.50/SRW/SRU clients and servers pkgver = 5.34.0 - pkgrel = 3 + pkgrel = 4 url = https://www.indexdata.dk/yaz changelog = yaz.changelog arch = x86_64 @@ -11,6 +11,8 @@ pkgbase = yaz depends = libxslt depends = icu source = http://ftp.indexdata.dk/pub/yaz/yaz-5.34.0.tar.gz + source = https://github.com/indexdata/yaz/commit/3c61afce.patch sha256sums = bcbea894599a13342910003401c17576f0fb910092aecb51cb54065d0cd2d613 + sha256sums = c3f560c7adf30e61f5aab7daf2f60392b087d8ac461d248dda928b8d85a5ae12 pkgname = yaz ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgname=yaz pkgver=5.34.0 -pkgrel=3 +pkgrel=4 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers" arch=('x86_64') url="https://www.indexdata.dk/yaz" @@ -15,8 +15,14 @@ license=('BSD') depends=('gnutls' 'libxslt' 'icu') makedepends=('zsh') changelog=$pkgname.changelog -source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('bcbea894599a13342910003401c17576f0fb910092aecb51cb54065d0cd2d613') +source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz + https://github.com/indexdata/yaz/commit/3c61afce.patch) +sha256sums=('bcbea894599a13342910003401c17576f0fb910092aecb51cb54065d0cd2d613' + 'c3f560c7adf30e61f5aab7daf2f60392b087d8ac461d248dda928b8d85a5ae12') + +prepare() { + patch -d $pkgname-$pkgver -p1 < 3c61afce.patch # Fix build with glibc 2.39 +} build() { cd "${srcdir}"/$pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yaz/-/commit/268071356705b8bd9922349391406015652edc85 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yaz/-/commit/268071356705b8bd9922349391406015652edc85 You're receiving this email because of your account on gitlab.archlinux.org.