summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2021-05-12 05:06:01 +0600
committerMubashshir2021-05-12 05:06:01 +0600
commita7d2ecbdcf9e02cf52843c733e50c9a9c22827f1 (patch)
tree18bb87e43e438103a674f2214e7dcbaaba35edb0 /PKGBUILD
parentf51128373da068598c3806dd03ceee212ac01909 (diff)
downloadaur-a7d2ecbdcf9e02cf52843c733e50c9a9c22827f1.tar.gz
pkgrel bump.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD32
1 files changed, 16 insertions, 16 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0d01fb2dae3..6e6992458cf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mubashshir <ahmubashshir@gmail.com>
-# pkg: git
+# pkg: git poetry
pkgname=trakt-scrobbler-git
pkgver=1.2.1.r12.gb33f77a
-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)
@@ -10,20 +10,20 @@ url=https://github.com/iamkroot/trakt-scrobbler
license=(GPL2)
depends=(
"systemd"
- "python-appdirs<2"
- "python-appdirs>=1.4.3"
- "python-cleo<1"
- "python-cleo>=0.7.6"
- "python-confuse<2"
- "python-confuse>=1.3.0"
- "python-guessit<4"
- "python-guessit>=3.1.0"
- "python-jeepney<1"
- "python-jeepney>=0.6.0"
- "python-pysocks<2"
- "python-pysocks>=1.7.1"
- "python-requests<3"
- "python-requests>=2.22.0"
+ "python-appdirs<2" #auto-deps
+ "python-appdirs>=1.4.3" #auto-deps
+ "python-cleo<1" #auto-deps
+ "python-cleo>=0.7.6" #auto-deps
+ "python-confuse<2" #auto-deps
+ "python-confuse>=1.3.0" #auto-deps
+ "python-guessit<4" #auto-deps
+ "python-guessit>=3.1.0" #auto-deps
+ "python-jeepney<1" #auto-deps
+ "python-jeepney>=0.6.0" #auto-deps
+ "python-pysocks<2" #auto-deps
+ "python-pysocks>=1.7.1" #auto-deps
+ "python-requests<3" #auto-deps
+ "python-requests>=2.22.0" #auto-deps
)
makedepends=(
git