chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021f208
)
transmission: Stop depending on curl
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 7 Sep 2017 20:36:49 +0000
(22:36 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 7 Sep 2017 20:36:49 +0000
(22:36 +0200)
Depending on libcurl is enough.
packages/transmission/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/transmission/build.sh
b/packages/transmission/build.sh
index dc7151ceeba4f9babfe87a7873034b433b56dd2f..7028d3a55d169494c3d0e55b7391f5134f60da41 100755
(executable)
--- a/
packages/transmission/build.sh
+++ b/
packages/transmission/build.sh
@@
-1,6
+1,6
@@
TERMUX_PKG_HOMEPAGE=http://www.transmissionbt.com/
TERMUX_PKG_DESCRIPTION="Easy, lean and powerful BitTorrent client"
-TERMUX_PKG_DEPENDS="
curl,
libevent, openssl, libcurl"
+TERMUX_PKG_DEPENDS="libevent, openssl, libcurl"
TERMUX_PKG_VERSION=2.92
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://transmission.cachefly.net/transmission-${TERMUX_PKG_VERSION}.tar.xz