summarylogtreecommitdiffstats
path: root/makepkg.conf
diff options
context:
space:
mode:
authorPellegrino Prevete2023-04-28 02:57:00 +0000
committerPellegrino Prevete2023-04-28 02:57:00 +0000
commitf446537f36b13282e1e1f54a5b5d5ced29586b34 (patch)
treeb198c449aace880d547eb93305645752a5c773b1 /makepkg.conf
parent9b6de54bb426afd5a02b4a977683e33569d3089a (diff)
downloadaur-transmission-dlagent.tar.gz
update makepkg to signal ipfs dlagent release
Diffstat (limited to 'makepkg.conf')
-rw-r--r--makepkg.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/makepkg.conf b/makepkg.conf
index 9c0da97954b9..3edfa50cce7e 100644
--- a/makepkg.conf
+++ b/makepkg.conf
@@ -13,6 +13,7 @@ DLAGENTS=('file::/usr/bin/curl -gqC - -o %o %u'
'ftp::/usr/bin/curl -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
'http::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
'https::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
+ 'ipfs::/usr/bin/ipfs-dlagent %u %o'
'magnet::/usr/bin/transmission-dlagent %u %o'
'rsync::/usr/bin/rsync --no-motd -z %u %o'
'scp::/usr/bin/scp -C %u %o')