summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2022-12-09 11:03:32 +0600
committerMubashshir2022-12-09 11:05:58 +0600
commit26c8991ef627a9e74a9d2ab15c30b4d251b99bbb (patch)
tree9733696e0e529f8259d3ac525ce71ecc1fe0e40a
parentf0156b573f5a59903ea33c133cb20a4cbe807e6c (diff)
downloadaur-26c8991ef627a9e74a9d2ab15c30b4d251b99bbb.tar.gz
trakt-scrobbler: Fix build error
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a342514a150..d3d51e5ceaab 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.6.1b1.r0.g8cd46d9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/iamkroot/trakt-scrobbler
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index b6f80d7bc9a2..1faf30cff033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=trakt-scrobbler-git
pkgver=1.6.1b1.r0.g8cd46d9
-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)
@@ -81,5 +81,4 @@ package()
python -m installer --destdir="$pkgdir" \
"$srcdir/${pkgname%*-git}/dist/${_pkgname//-/_}-${pkgver%.r*}-py${_py##* }-none-any.whl"
install -Dm755 "$srcdir/${pkgname%*-git}/completions/trakts.zsh" "$pkgdir/usr/share/zsh/site-functions/_trakts"
- install -Dm644 "$srcdir/${pkgname%*-git}/trakts.1.gz" "$pkgdir/usr/share/man/man1/trakts.1.gz"
}