Package Details: sfeed-git 1.8.r0.gaed4714-1

Git Clone URL: https://aur.archlinux.org/sfeed-git.git (read-only, click to copy)
Package Base: sfeed-git
Description: RSS and Atom parser
Upstream URL: https://codemadness.org/sfeed.html
Keywords: atom rss terminal
Licenses: ISC
Conflicts: sfeed
Provides: sfeed
Replaces: sfeed-curses-git
Submitter: KingofToasters
Maintainer: eugene
Last Packager: eugene
Votes: 0
Popularity: 0.000000
First Submitted: 2019-01-17 12:33 (UTC)
Last Updated: 2023-04-23 17:24 (UTC)

Dependencies (8)

Required by (2)

Sources (1)

Latest Comments

pdgessler commented on 2021-09-29 19:43 (UTC)

I see the same thing as justinesmithies. I worked around it temporarily on my side by skipping integrity checks for the patch file and modifying the offending lines in sfeed-git.patch to match/modify the current upstream Makefile:

-SFEED_CPPFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE
+SFEED_CPPFLAGS = ${CPPFLAGS} -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE

justinesmithies commented on 2021-07-11 17:18 (UTC)

The build fails now with the following error:

-> Creating working copy of sfeed git repo... Switched to a new branch 'makepkg' ==> Starting prepare()... patching file Makefile Hunk #1 FAILED at 4. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej ==> ERROR: A failure occurred in prepare(). Aborting...

Seems an issue with the patch.