tremc: update to 0.9.3
This commit is contained in:
parent
df0c527e63
commit
9544e10301
|
@ -1,12 +0,0 @@
|
|||
# upstream: yes
|
||||
--- a/tremc
|
||||
+++ b/tremc
|
||||
@@ -438,7 +438,7 @@ class Transmission(object):
|
||||
# TAG_TORRENT_DETAILS, but just passing seems to help.(?)
|
||||
try:
|
||||
torrent_details = response['arguments']['torrents'][0]
|
||||
- torrent_details['pieces'] = base64.decodestring(bytes(torrent_details['pieces'], ENCODING))
|
||||
+ torrent_details['pieces'] = base64.decodebytes(bytes(torrent_details['pieces'], ENCODING))
|
||||
self.torrent_details_cache = torrent_details
|
||||
self.upgrade_peerlist()
|
||||
except IndexError:
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tremc'
|
||||
pkgname=tremc
|
||||
version=0.9.2
|
||||
revision=2
|
||||
version=0.9.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
depends="python3"
|
||||
short_desc="Console client for the BitTorrent client Transmission"
|
||||
|
@ -9,4 +9,4 @@ maintainer="Nathan D <dhanas.nathan@gmail.com>"
|
|||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/tremc/tremc"
|
||||
distfiles="https://github.com/tremc/tremc/archive/${version}.tar.gz"
|
||||
checksum=ea31ff593c64bbf2c471f6c45ef09129e1e9cb55e8f8bd90e2916976a7053c61
|
||||
checksum=9629d1fe3a5a0747563acb15ca904b36ce2984977667d7de25f7786e1189051f
|
||||
|
|
Loading…
Reference in New Issue