summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2021-06-16 08:32:15 +0600
committerMubashshir2021-06-16 08:32:15 +0600
commit505de981af63b274e833c344a2685cddea759537 (patch)
treeb2f0356dd50ea6865963d734622079669e7c8705 /PKGBUILD
parentb306ca8e056d1ebbf2c0b661c05c0910e9929720 (diff)
downloadaur-505de981af63b274e833c344a2685cddea759537.tar.gz
pkgrel bump.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 17 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b3dd72843df..790e477d8b8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# pkg: pypi trakt-scrobbler poetry
pkgname=trakt-scrobbler
pkgver=1.2.1
-pkgrel=9
+pkgrel=10
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)
@@ -10,6 +10,22 @@ url=https://github.com/iamkroot/trakt-scrobbler
license=(GPL2)
depends=(
"systemd"
+ 'python-requests<3.0.0' #auto-deps
+ 'python-requests>=2.22.0' #auto-deps
+ 'python-guessit<4.0.0' #auto-deps
+ 'python-guessit>=3.1.0' #auto-deps
+ 'python-appdirs<2.0.0' #auto-deps
+ 'python-appdirs>=1.4.3' #auto-deps
+ 'python-cleo<0.8.0' #auto-deps
+ 'python-cleo>=0.7.6' #auto-deps
+ 'python-confuse<2.0.0' #auto-deps
+ 'python-confuse>=1.3.0' #auto-deps
+ 'python-jeepney<0.7' #auto-deps
+ 'python-jeepney>=0.6' #auto-deps
+ 'python-filelock<4.0.0' #auto-deps
+ 'python-filelock>=3.0.12' #auto-deps
+ 'python>=3.7' #auto-deps
+ 'python<4.0' #auto-deps
)
makedepends=(