summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb2c44f48837..70488bda922a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgname=sphinxcontrib-pdfembed
pkgname=python-${_pkgname}-git
pkgver=r17.d75fb37
-pkgrel=1
+pkgrel=2
pkgdesc='Sphinx extension to embed a pdf file in a webpage'
url="https://github.com/SuperKogito/sphinxcontrib-pdfembed"
arch=('any')
license=('BSD')
makedepends=('git' 'python-setuptools')
depends=('python-sphinx')
-provides=("${_pkgname}")
-conflicts=("${_pkgname}")
+provides=("python-sphinxcontrib-pdfembed")
+conflicts=("python-sphinxcontrib-pdfembed")
source=("${_pkgname}::git+${url}.git")
md5sums=('SKIP')