Search Criteria
Package Details: ddwarf 0.83-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ddwarf.git (read-only, click to copy) |
|---|---|
| Package Base: | ddwarf |
| Description: | Digger Dwarf is a console-based Gopher client |
| Upstream URL: | http://mateusz.viste.fr/software/ddwarf |
| Licenses: | GPL-3.0-only |
| Submitter: | jecxjo |
| Maintainer: | meanjollies |
| Last Packager: | meanjollies |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2011-06-22 02:27 (UTC) |
| Last Updated: | 2024-01-31 02:15 (UTC) |
Latest Comments
meanjollies commented on 2019-04-17 23:22 (UTC)
@agaskins, very strange. It works for me even with the single dot, so I've gone ahead and changed it. Thank you for reporting this.
agaskins commented on 2019-04-17 21:58 (UTC) (edited on 2019-04-17 22:02 (UTC) by agaskins)
On my system it failed to find the patch file, even though it validated it just fine. A simple edit of line 20 in the PKGBUILD fixes this:
patch -p0 -i ../${pkgname}.patch
...should be...
patch -p0 -i ./${pkgname}.patch
Notice the single dot before the /, rather than ..
Works fine after that change!
erxyi commented on 2015-12-31 02:11 (UTC)
hotaru commented on 2015-04-23 04:04 (UTC)