Search Criteria
Package Details: delta 20060803-3
Git Clone URL: | https://aur.archlinux.org/delta.git (read-only, click to copy) |
---|---|
Package Base: | delta |
Description: | An useful tool that lets you minimize interesting files subject to a test of their interestingness. |
Upstream URL: | http://delta.tigris.org/ |
Licenses: | |
Submitter: | None |
Maintainer: | tavianator |
Last Packager: | tavianator |
Votes: | 5 |
Popularity: | 0.000105 |
First Submitted: | 2011-11-02 14:14 |
Last Updated: | 2020-12-31 17:25 |
Dependencies (5)
- perl (perl-git)
- curl (curl-git, curl-minimal-git) (make)
- flex (flex-git) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- make (make3, make-git, make-without-guile) (make)
Latest Comments
Volker_Weissmann commented on 2020-12-29 12:40
Use this as a PKGBUILD:
tavianator commented on 2016-05-16 13:39
@sebo: Pushed an update that sets DLAGENTS like you suggested (using curl though). Thanks!
sebo commented on 2016-05-14 21:22
I don't know if there are any adverse affects from this, but adding wget as a dependency and adding a DLAGENTS variable to the PKGBUILD will resolve the redirect loop issue for all users I believe.
patch: https://da.gd/AXhhn
sebo commented on 2016-05-08 16:35
Nevermind, found another workaround.
Inserting
'http::/usr/bin/wget -O %o %u'
at the top of DLAGENTS resolved the issue for me.
sebo commented on 2016-05-08 16:29
I got into a redirect loop I think.
Putting
'http::http::/usr/bin/curl -qb - --retry 3 --retry-delay 3 -o %o %u'
in DLAGENTS did not resolve the issue.
Because I then get complaints about curl not being installed for some reason.
What exactly does your DLAGENTS look like?
tavianator commented on 2015-05-17 15:19
If you get a redirect loop, make sure /etc/makepkg.conf has 'http::http::/usr/bin/curl -qb "" ...' in DLAGENTS.