summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2021-08-28 17:23:00 +0600
committerMubashshir2021-08-28 17:23:00 +0600
commitb991188fd20a08a0c68811a36fbb1c6d4d00cd4c (patch)
tree1f5f576695599f79cdbc9296aca1cb0ca8ce1c37
parent48eb4190dfffbf59d4bc5404da989ee88d110bf6 (diff)
downloadaur-b991188fd20a08a0c68811a36fbb1c6d4d00cd4c.tar.gz
upgpkg: trakt-scrobbler-git 1.3.1.r2.ge2e7add-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff258878a050..a8c985acbd8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = trakt-scrobbler-git
pkgdesc = Automatically scrobble TV show episodes and movies you are watching to Trakt.tv! It keeps a history of everything you've watched!
- pkgver = 1.3.0.beta.2.r7.g876b90c
+ pkgver = 1.3.1.r2.ge2e7add
pkgrel = 1
url = https://github.com/iamkroot/trakt-scrobbler
arch = any
@@ -25,6 +25,8 @@ pkgbase = trakt-scrobbler-git
depends = python-pysocks>=1.7.1
depends = python-requests<3.0.0
depends = python-requests>=2.25.1
+ depends = python-urllib3<2.0.0
+ depends = python-urllib3>=1.26.0
depends = python-urlmatch<2.0.0
depends = python-urlmatch>=1.0.1
provides = trakt-scrobbler
diff --git a/PKGBUILD b/PKGBUILD
index dfdb1bf57c88..f81f9c0ef5ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mubashshir <ahmubashshir@gmail.com>
# pkg: git poetry
pkgname=trakt-scrobbler-git
-pkgver=1.3.0.beta.2.r7.g876b90c
+pkgver=1.3.1.r2.ge2e7add
pkgrel=1
pkgdesc="Automatically scrobble TV show episodes and movies you are watching to Trakt.tv! It keeps a history of everything you've watched!"
@@ -24,6 +24,8 @@ depends=(
'python-pysocks>=1.7.1' #auto-deps
'python-requests<3.0.0' #auto-deps
'python-requests>=2.25.1' #auto-deps
+ 'python-urllib3<2.0.0' #auto-deps
+ 'python-urllib3>=1.26.0' #auto-deps
'python-urlmatch<2.0.0' #auto-deps
'python-urlmatch>=1.0.1' #auto-deps
)