summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranck STAUFFER2021-01-04 20:14:53 +0100
committerFranck STAUFFER2021-01-04 20:14:53 +0100
commitf435f726c79f8963685d0f08fa0ea976f9fcc230 (patch)
treee24a77ec0f7f6dfa29cd3f93432e55746be6e042
parente3c34d360433072e1c856696ae972c3f08f8ebe2 (diff)
downloadaur-f435f726c79f8963685d0f08fa0ea976f9fcc230.tar.gz
Update to 2020.12.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--pyidm.changelog19
3 files changed, 24 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8da98dfea3a..68cdd03fcf01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyidm
pkgdesc = Python open source alternative to IDM (Internet Download Manager)
- pkgver = 2020.11.10
+ pkgver = 2020.12.20
pkgrel = 1
url = https://github.com/pyIDM/PyIDM
changelog = pyidm.changelog
@@ -16,8 +16,8 @@ pkgbase = pyidm
depends = python-pycurl
depends = python-pystray
depends = youtube-dl
- source = pyidm-2020.11.10.tar.gz::https://github.com/pyIDM/PyIDM/archive/2020.11.10.tar.gz
- b2sums = 25af00984a84f69c6967debebea40fbb453157e6dbc5fd4ea6c834aed2f8225b4bb443a65b4118bd2b22a6128308db49b4f9d7f84377b4363e47fa2099a31733
+ source = pyidm-2020.12.20.tar.gz::https://github.com/pyIDM/PyIDM/archive/2020.12.20.tar.gz
+ b2sums = 1fd1fa17dde4731a19a142ca21a03e2404e563d0733dab15404d4384199d53aa3ef36666a3cd33404dc218c72edb049eca532ae3b0ada6af71ffd79a12612529
pkgname = pyidm
diff --git a/PKGBUILD b/PKGBUILD
index 0d8072d0e762..3f49a926d749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Franck Stauffer <franck.stauffer@monaco.mc>
pkgname=pyidm
-pkgver=2020.11.10
+pkgver=2020.12.20
pkgrel=1
pkgdesc="Python open source alternative to IDM (Internet Download Manager)"
arch=('any')
@@ -19,7 +19,7 @@ depends=('ffmpeg'
makedepends=('python-setuptools')
changelog=$pkgname.changelog
source=("$pkgname-$pkgver.tar.gz::https://github.com/pyIDM/PyIDM/archive/$pkgver.tar.gz")
-b2sums=('25af00984a84f69c6967debebea40fbb453157e6dbc5fd4ea6c834aed2f8225b4bb443a65b4118bd2b22a6128308db49b4f9d7f84377b4363e47fa2099a31733')
+b2sums=('1fd1fa17dde4731a19a142ca21a03e2404e563d0733dab15404d4384199d53aa3ef36666a3cd33404dc218c72edb049eca532ae3b0ada6af71ffd79a12612529')
build() {
cd "$srcdir/PyIDM-$pkgver"
diff --git a/pyidm.changelog b/pyidm.changelog
index ed1c0313e2e4..5463dda4a7b0 100644
--- a/pyidm.changelog
+++ b/pyidm.changelog
@@ -1,3 +1,22 @@
+2020.12.25:
+- [CHECKSUM] fix out of memory when calculating checksum for big files.
+- Add option to set a custom "http user agent" issue #199
+
+2020.12.20:
+- [playlist] Fixed youtube-dl playlist processing
+- [playlist window] added "select all" checkbutton issue #187
+- [Settings tab] enable / disable autoscroll downloads tab to bottom when adding new item issue #187
+- [downloads tab] Added "RESUME", and "STOP" buttons, issue #187
+- [downloads tab] Select multiple items in downloads tab.
+- CAPTCHA workaround, enable option in setting [experimental], issue #105
+- [Main Tab] fix for file rename issue #19
+- [video extractors] quick switching between youtube-dl and youtube-dlc.
+- [video playlist] removed duplicate call of select_playlist_video()
+- Removed symbols from Stream menu, issue #197.
+- [stream menu] use correct quality value issue #198
+- [Update] one update button to check and update PyIDM, youtube-dl, and youtube-dlc.
+- [Main Tab] Fixed Playlist and stream menu select color
+
2020.11.10:
- Set youtube-dl as the default video extractor, still can select youtube-dlc as an alternative extractor.
- fixed youtube-dl update, used pypi .whl file as an update source