[arch-commits] Commit in subdownloader/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Oct 24 20:25:52 UTC 2019
Date: Thursday, October 24, 2019 @ 20:25:52
Author: dvzrv
Revision: 518829
upgpkg: subdownloader 2.1.0-2
Adding python-sphinx-argparse to makedepends to have better documentation and not hack the documentation build.
Modified:
subdownloader/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-24 20:22:46 UTC (rev 518828)
+++ PKGBUILD 2019-10-24 20:25:52 UTC (rev 518829)
@@ -6,7 +6,7 @@
pkgname=subdownloader
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Automatic download/upload of subtitles using fast hashing"
arch=('any')
url="https://github.com/subdownloader/subdownloader"
@@ -14,18 +14,11 @@
depends=('desktop-file-utils' 'python-argcomplete' 'python-argparse'
'python-commonmark' 'python-langdetect' 'python-progressbar' 'python-pyqt5'
'python-pymediainfo' 'python-setuptools' 'python-sip')
-makedepends=('python-sphinx')
+makedepends=('python-sphinx' 'python-sphinx-argparse')
checkdepends=('python-pytest')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('c61e5eb5c9f1cb452b42a2643e67d9c82550af3dd36940e2d7f4afb8229f8d394a0eafca662f5446c13230b6541dec25e6d33c486a3324d4a5e3c2d7b3a1faa8')
-prepare() {
- cd "${pkgname}-${pkgver}"
- # remove extension, failing sphinx build:
- # https://github.com/subdownloader/subdownloader/issues/44
- sed -e '/sphinxarg.ext/d' -i doc/conf.py
-}
-
build(){
cd "${pkgname}-${pkgver}"
python setup.py build
More information about the arch-commits
mailing list