Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 2c9b4ce

Browse files
committed
Fix dependency issue in Ubuntu
1 parent 7857b3e commit 2c9b4ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

uget-chrome-wrapper/bin/uget-chrome-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from os.path import splitext, basename, join, expanduser
2525
from mimetypes import guess_extension
2626

2727
UGET_COMMAND = "uget-gtk"
28-
VERSION = "2.0.0"
28+
VERSION = "2.0.1"
2929

3030
logger = logging.getLogger()
3131
# log_file_path = join(expanduser('~'), 'uget-chrome-wrapper.log')

uget-chrome-wrapper/debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
uget-chrome-wrapper (2.0.0-1) xenial; urgency=medium
1+
uget-chrome-wrapper (2.0.1-1) xenial; urgency=medium
22

33
* Migrate to Python 3
44

uget-chrome-wrapper/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Homepage: https://slgobinath.github.io/uget-chrome-wrapper/
88

99
Package: uget-chrome-wrapper
1010
Architecture: any
11-
Depends: uget (>= 2.0.2), python (>= 3.4.0)
11+
Depends: uget (>= 2.0.2), python3 (>= 3.4.0)
1212
Description: uGet Chrome Wrapper
1313
Integrate uGet Download manager with Google Chrome, Chromium, Vivaldi and Opera

0 commit comments

Comments
 (0)