summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-05-11 17:24:11 -0600
committerMark Wagie2021-05-11 17:24:11 -0600
commit1b00fdef06b27b97eb8b7a41f7dd209ed0ed534e (patch)
tree05d6873aced18554424898fe5676a0a794f69f64
parent9db7ee9e21ebf948bc47e54199abe204bddc4e4f (diff)
downloadaur-1b00fdef06b27b97eb8b7a41f7dd209ed0ed534e.tar.gz
fix man page location
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e3d1657e12a..3d16095cd6b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = subliminal-git
pkgdesc = Python library and CLI tool for searching and downloading subtitles.
pkgver = 2.1.0.r22.g160ea63
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Diaoul/subliminal
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 0c32d142dc26..ea137d5c75ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=subliminal-git
pkgver=2.1.0.r22.g160ea63
-pkgrel=2
+pkgrel=3
pkgdesc="Python library and CLI tool for searching and downloading subtitles."
arch=('any')
url="https://github.com/Diaoul/subliminal"
@@ -37,6 +37,10 @@ build() {
cd "$srcdir/${pkgname%-git}/docs"
make man
+
+ # Fix man page location with newer Sphinx
+ mkdir -p "_build/man/${pkgname%-git}"
+ cp -f "_build/man/1/${pkgname%-git}.1" "_build/man/${pkgname%-git}.1"
}
package() {