Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / pacredir
Commits: 3fa25da7 by Christian Hesse at 2024-05-21T11:12:14+02:00 upgpkg: 0.4.7-3: iniparser 4.2.2 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = pacredir pkgdesc = redirect pacman requests, assisted by avahi service discovery pkgver = 0.4.7 - pkgrel = 2 + pkgrel = 3 url = https://github.com/eworm-de/pacredir install = pacredir.install arch = x86_64 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=pacredir pkgver=0.4.7 -pkgrel=2 +pkgrel=3 pkgdesc='redirect pacman requests, assisted by avahi service discovery' arch=('x86_64') url='https://github.com/eworm-de/pacredir' @@ -18,6 +18,12 @@ source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{, sha256sums=('af305e82ad1489086a9467cff2c55fc82130a686756ff930d766a1ef17a203ab' 'SKIP') +prepare() { + cd ${pkgname}-${pkgver}/ + + sed -i 's|-liniparser|-I/usr/include/iniparser -liniparser|' Makefile +} + build() { cd ${pkgname}-${pkgver}/ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pacredir/-/commit/3fa25da77073a64d040da180112c2dbd396a940f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pacredir/-/commit/3fa25da77073a64d040da180112c2dbd396a940f You're receiving this email because of your account on gitlab.archlinux.org.