summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-01-09 14:35:15 +0100
committerMichel Zou2020-01-09 14:35:15 +0100
commitc6c54877a2318669bb0c57aef48b6b0fd539b2ca (patch)
treea64339dba112080c200dbec37c348c958b5b3596
parent920d94c936b13e5c36a3d9e22f20b24e3839978f (diff)
downloadaur-python-sphinx-git.tar.gz
pytest
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc3b51f13c92..f15e2e380b74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-sphinx-git
- pkgver = r11542.271ea125f
+ pkgver = r14026.f6e7878ec
pkgrel = 1
url = http://sphinx.pocoo.org/
arch = any
license = BSD
- checkdepends = python-nose
+ checkdepends = python-pytest
+ checkdepends = imagemagick
checkdepends = texlive-latexextra
checkdepends = python-snowballstemmer
checkdepends = python-babel
diff --git a/PKGBUILD b/PKGBUILD
index 84177c10e388..9fc9d887c2e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-sphinx-git
-pkgver=r11542.271ea125f
+pkgver=r14026.f6e7878ec
pkgrel=1
arch=('any')
url='http://sphinx.pocoo.org/'
@@ -13,7 +13,8 @@ makedepends=('git'
'python-six'
)
checkdepends=(
- 'python-nose'
+ 'python-pytest'
+ 'imagemagick'
'texlive-latexextra'
'python-snowballstemmer'
'python-babel'