T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / cowfortune
Commits: cfbdbaa6 by Daniel Chesters at 2025-04-25T17:48:02-04:00 Add patch to fix build on Arch - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -15,6 +15,10 @@ backup=('etc/cowfortune/config' source=(${pkgname}-${pkgver}.tar.gz::https://github.com/anthraxx/cowfortune/archive/${pkgver}.tar.gz) sha512sums=('42ab237ab571bc758e678fc66d1c4eb9694807e5886ee23056ccd738805a31c1de2c07c35466e4cc6c8cf4d7fcdd94289ddf207e5de374ccd60e37161d72469b') +prepare() { + sed -r -i 's|(DEFCOWPATH=).*|\1/usr/share/cowsay/cows|' ${pkgname}-${pkgver}/Makefile +} + build() { cd ${pkgname}-${pkgver} make View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cowfortune/-/commit/cfbdbaa6d7a89b4e9bcd49771e51e85f4e19db53 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cowfortune/-/commit/cfbdbaa6d7a89b4e9bcd49771e51e85f4e19db53 You're receiving this email because of your account on gitlab.archlinux.org.