summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrás Wacha2022-06-09 08:25:38 +0200
committerAndrás Wacha2022-06-09 08:25:38 +0200
commitb0195352db5e420fae05c659aa429bef59eddc77 (patch)
tree62aa1bcf8bf3c0d6f80141d056452bdcf8bfa696
parent401e6412f33b30447e818e62b42648920d194643 (diff)
downloadaur-b0195352db5e420fae05c659aa429bef59eddc77.tar.gz
Corrected provides and conflicts clauses
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b2eff3c92c6..9e2d0b7573c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-sphinxcontrib-pdfembed-git
pkgdesc = Sphinx extension to embed a pdf file in a webpage
pkgver = r17.d75fb37
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SuperKogito/sphinxcontrib-pdfembed
arch = any
license = BSD
makedepends = git
makedepends = python-setuptools
depends = python-sphinx
- provides = sphinxcontrib-pdfembed
- conflicts = sphinxcontrib-pdfembed
+ provides = python-sphinxcontrib-pdfembed
+ conflicts = python-sphinxcontrib-pdfembed
source = sphinxcontrib-pdfembed::git+https://github.com/SuperKogito/sphinxcontrib-pdfembed.git
md5sums = SKIP
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')