summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2022-02-09 15:55:04 +0600
committerMubashshir2022-02-09 15:55:04 +0600
commit67f549fe61d37d0a3345dc437cad97b501b39bef (patch)
tree134bc5587a145e04bba0f005fe33b26ddea64a2f
parent75b7db4c66b63a6d603f34de8c1a7345abae977f (diff)
downloadaur-67f549fe61d37d0a3345dc437cad97b501b39bef.tar.gz
trakt-scrobbler-git: Release 1.3.2.r19.gd5b65e5-2
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86b0630e98d4..2e71c93af3cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trakt-scrobbler-git
pkgdesc = Automatically scrobble TV show episodes and movies you are watching to Trakt.tv! It keeps a history of everything you've watched!
pkgver = 1.3.2.r19.gd5b65e5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/iamkroot/trakt-scrobbler
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index f0a564b1c093..a56f9c8247a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=trakt-scrobbler-git
pkgver=1.3.2.r19.gd5b65e5
-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)
@@ -73,6 +73,9 @@ package()
{
cd "$srcdir/${pkgname%*-git}"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 "trakts.1.gz" "$pkgdir/usr/share/man/man1/trakts.1.gz"
+
+ # Completions
install -Dm755 "$srcdir/${pkgname%*-git}/completions/trakts.zsh" "$pkgdir/usr/share/zsh/site-functions/_trakts"
+
+ install -Dm644 "trakts.1.gz" "$pkgdir/usr/share/man/man1/trakts.1.gz"
}