summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2022-12-09 11:03:32 +0600
committerMubashshir2022-12-09 11:05:58 +0600
commit066b6e8028b95e588d3658d96fcd4de68c6322f5 (patch)
treedc37b14521f779bfdb554293555281cce9e6c371
parent2ca7e4b67cb8e6635a7faf28258cfe1a454ff2e6 (diff)
downloadaur-066b6e8028b95e588d3658d96fcd4de68c6322f5.tar.gz
trakt-scrobbler: Fix build error
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a6fc630035d..3ef0d73c5390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = trakt-scrobbler
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.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/iamkroot/trakt-scrobbler
arch = any
license = GPL2
makedepends = git
- makedepends = go-md2man
makedepends = python-poetry-core
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 698be17eb2d6..a5e013402ab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=trakt-scrobbler
pkgver=1.6.0
-pkgrel=4
+pkgrel=5
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)
@@ -35,7 +35,6 @@ depends=(
makedepends=(
git
- go-md2man
python-poetry-core
python-build
python-installer
@@ -51,8 +50,6 @@ prepare() {
trakt_scrobbler/console.py \
trakt_scrobbler/commands/command.py \
pyproject.toml
-
- go-md2man -in "$srcdir/trakts-man.md" 2>/dev/null|gzip -n > trakts.1.gz
}
build() {