summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHLFH2024-04-08 16:31:02 +0200
committerHLFH2024-04-08 16:31:02 +0200
commitf9dacd77b114ad1d4d4639e63b4d95f2c34ad445 (patch)
tree09fd2e253b57a088a5880a17ee45844b66bbea10
parent206750b0c0a1d5129ac36fbd269845e28a03336c (diff)
downloadaur-f9dacd77b114ad1d4d4639e63b4d95f2c34ad445.tar.gz
add conflict clause
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a0adad2003a..e8f30121ccee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-reportlab3
pkgdesc = A proven industry-strength PDF generating solution
pkgver = 3.6.12
- pkgrel = 1
+ pkgrel = 2
url = https://www.reportlab.com/
arch = x86_64
license = BSD
@@ -15,6 +15,7 @@ pkgbase = python-reportlab3
depends = python
depends = freetype2
depends = python-pillow
+ conflicts = python-reportlab
source = https://files.pythonhosted.org/packages/source/r/reportlab/reportlab-3.6.12.tar.gz
b2sums = 106e0ede2b3c039152ae5a39e0aa5b3bf0239789ba08630f751260b75305973bff13730e3f7419340514a4f0174223dddf522cd9408b8dd04fbe39b84979b152
diff --git a/PKGBUILD b/PKGBUILD
index bbf6bd369e1b..d2b810446730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
_origname=reportlab
pkgname=python-reportlab3
pkgver=3.6.12
-pkgrel=1
+pkgrel=2
pkgdesc="A proven industry-strength PDF generating solution"
arch=('x86_64')
url="https://www.reportlab.com/"
depends=('python' 'freetype2' 'python-pillow')
makedepends=('freetype2' 'python-pillow' 'mercurial' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+conflicts=('python-reportlab')
license=('BSD')
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
b2sums=('106e0ede2b3c039152ae5a39e0aa5b3bf0239789ba08630f751260b75305973bff13730e3f7419340514a4f0174223dddf522cd9408b8dd04fbe39b84979b152')