summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2020-04-20 14:27:53 +0600
committerMubashshir2020-04-20 14:28:35 +0600
commitbaab897c972c85bcb086d2a06db510db296e838f (patch)
tree08ffddb73d6c1600d551ea5a21daf16e380bdc28 /PKGBUILD
parentdfb6421c92ad0d88f6724e8447b550dff3a05578 (diff)
downloadaur-baab897c972c85bcb086d2a06db510db296e838f.tar.gz
Updated manpage and dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea8f8465bc21..95d5c817a4ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=trakt-scrobbler
pkgver=1.0.0b4
-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,13 +10,15 @@ url=https://github.com/iamkroot/trakt-scrobbler
license=(GPL2)
depends=(
$(curl -s https://pypi.org/pypi/trakt-scrobbler/$pkgver/json|jq -r '.info|.requires_python, .requires_dist[]'|grep -v win32|sed -E 's/^>=([[:digit:].-]+),<([[:digit:].-]+)$/python>=\1\npython<\2/;s/^([[:alnum:]]+) \(>=([[:alnum:].-]+),<([[:alnum:].-]+)\)$/python-\1>=\2\npython-\1<\3/')
+ 'systemd'
)
+optdepends=('libnotify: Provides Desktop Notifications.')
makedepends=(python-setuptools jq curl grep sed go-md2man gzip)
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz
trakts-man.md)
sha256sums=(
1c450bf8b6f183a7ddf8bad1540e32969cce8518bf84b9fe16a2456f260ef116
- cac6796e584a717a7a9e48c308647ec14d3aad883a9d7411bc7b4132995416e1
+ 81c3fb93bf01c0e6c0bbc9b2ef853da3f691bc3c50b4a87a68072b11ba72691c
)
build() {
cd "$srcdir/$pkgname-$pkgver"