summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2021-06-15 00:28:58 +0600
committerMubashshir2021-06-15 00:28:58 +0600
commit90cdd40f26e2c90249f20f0e78248e0fa54566c1 (patch)
tree5a236327d452b360bce386fe8e6bab9a5b794d4e /PKGBUILD
parent833daad4b56ac60fc42bb5b143b37a9ba1d6bcda (diff)
downloadaur-90cdd40f26e2c90249f20f0e78248e0fa54566c1.tar.gz
automatic push.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 17 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4274a4a179c3..603ecf29cebe 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.1.r0.g53c5946
+pkgver=1.3.0.beta.1.r0.g2f26aa9
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!"
@@ -10,6 +10,22 @@ 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.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.25.1' #auto-deps
+ 'python-urlmatch<2.0.0' #auto-deps
+ 'python-urlmatch>=1.0.1' #auto-deps
)
makedepends=(
git