summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2023-07-24 00:24:21 +0200
committerMarcell Meszaros2023-07-24 00:24:21 +0200
commit3d6654dc10847866223f3eb08554ab5f09772618 (patch)
treed9a205a5c675d48cb80f54a7bb6a4b7dc97cae03 /PKGBUILD
parentd39cb525047d44781cdd2346dc0aedd0d53bc0d9 (diff)
downloadaur-python-sphinx-2.tar.gz
2.4.5-3: remove GPG signature as PyPI no longer provides such
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4fe15ffa5f9..5d1b7ab30595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-sphinx-2
pkgver=2.4.5
-pkgrel=2
+pkgrel=3
pkgdesc='Python documentation generator'
arch=('any')
url=http://www.sphinx-doc.org/
@@ -25,11 +25,8 @@ depends=('python-babel'
conflicts=(python-sphinx)
optdepends=('imagemagick: for ext.imgconverter'
'texlive-latexextra: for generation of PDF documentation')
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('b00394e90463e7482c4cf59e7db1c8604baeca1468abfc062904dedc1cea6fcc'
- 'SKIP')
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E' # Takeshi KOMIYA
- 'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki Shimizukawa
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz")
+sha256sums=('b00394e90463e7482c4cf59e7db1c8604baeca1468abfc062904dedc1cea6fcc')
build() {
cd Sphinx-$pkgver