summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2021-09-21 17:46:31 +0600
committerMubashshir2021-09-21 17:46:31 +0600
commit0f01c99c547fe5f4b74901dae13f5ec6f65aa048 (patch)
treeb22a4d5c1765d5dd6fc1752d43608848e0ef873b /PKGBUILD
parent48d8e0ab659e53c1e17a09f1a0cb9c93f401be6f (diff)
downloadaur-0f01c99c547fe5f4b74901dae13f5ec6f65aa048.tar.gz
upgpkg: trakt-scrobbler-git 1.3.1.r4.gfe4c11a-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 19 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b6dadcca8b5..356273286663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=trakt-scrobbler-git
pkgver=1.3.1.r4.gfe4c11a
-pkgrel=1
+pkgrel=2
pkgdesc="Automatically scrobble TV show episodes and movies you are watching to Trakt.tv! It keeps a history of everything you've watched!"
arch=(any)
@@ -12,6 +12,24 @@ url=https://github.com/iamkroot/trakt-scrobbler
license=(GPL2)
depends=(
"systemd"
+ 'python-appdirs<2.0.0' #auto-deps
+ 'python-appdirs>=1.4.4' #auto-deps
+ 'python-cleo<1.0.0' #auto-deps
+ 'python-cleo>=0.8.1' #auto-deps
+ 'python-confuse<2.0.0' #auto-deps
+ 'python-confuse>=1.4.0' #auto-deps
+ 'python-guessit<4.0.0' #auto-deps
+ 'python-guessit>=3.3.1' #auto-deps
+ 'python-jeepney<1.0.0' #auto-deps
+ 'python-jeepney>=0.7.0' #auto-deps
+ 'python-pysocks<2.0.0' #auto-deps
+ '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
)
makedepends=(
git