summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2021-05-14 00:54:42 +0600
committerMubashshir2021-05-14 00:54:42 +0600
commit9071083b982a409dc1bd5e7e289ffa8b26ae40d8 (patch)
treeace9665bf3c9f3a6c0d98c17e203b2aa74150566 /PKGBUILD
parent1d69e4f1871b573580195ec98ef316c60a0366bd (diff)
downloadaur-9071083b982a409dc1bd5e7e289ffa8b26ae40d8.tar.gz
pkgrel bump.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 15 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 177ca3ebe62d..50ff266202af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# pkg: git poetry
pkgname=trakt-scrobbler-git
pkgver=1.2.1.r12.gb33f77a
-pkgrel=2
+pkgrel=3
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,20 @@ url=https://github.com/iamkroot/trakt-scrobbler
license=(GPL2)
depends=(
"systemd"
+ 'python-appdirs<2.0.0' #auto-deps
+ 'python-appdirs>=1.4.3' #auto-deps
+ 'python-cleo<1.0.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-guessit<4.0.0' #auto-deps
+ 'python-guessit>=3.1.0' #auto-deps
+ 'python-jeepney<1.0.0' #auto-deps
+ 'python-jeepney>=0.6.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.22.0' #auto-deps
)
makedepends=(
git