summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHLFH2024-04-10 01:11:22 +0200
committerHLFH2024-04-10 01:11:22 +0200
commita4d33b659b7e3f0bf886fcbb58c739fd2db885b8 (patch)
tree29e40459172d439b1df250232e651656bf52acec
parentda5c07d65e17a4f4077f39780aa4faf7b4e1d98f (diff)
downloadaur-a4d33b659b7e3f0bf886fcbb58c739fd2db885b8.tar.gz
add conflict
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc0c289fc835..30553287d443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-werkzeug2
pkgdesc = Swiss Army knife of Python web development. Compatible with Odoo 17
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://werkzeug.palletsprojects.com/
arch = any
license = custom:BSD
@@ -17,6 +17,7 @@ pkgbase = python-werkzeug2
makedepends = python-installer
makedepends = python-flit-core
depends = python-markupsafe
+ conflicts = python-werkzeug
source = https://github.com/pallets/werkzeug/archive/2.0.2/python-werkzeug-2.0.2.tar.gz
source = https://github.com/pallets/werkzeug/commit/4e5bdca7.patch
b2sums = 15506d57a8545eb45cb0f4efb78bcc4dfc1faa68910f09dfdd14f4bbb2404078247a7f61475c5fff9058a1557f7f6541eec262fb274e7ed82e1a82b9f644cf8b
diff --git a/PKGBUILD b/PKGBUILD
index 5eec60313606..c1a23a87eea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-werkzeug2
_pkgname=python-werkzeug
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Swiss Army knife of Python web development. Compatible with Odoo 17'
url='https://werkzeug.palletsprojects.com/'
arch=('any')
@@ -13,6 +13,7 @@ makedepends=('python-build' 'python-installer' 'python-flit-core')
checkdepends=('python-pytest' 'python-pytest-timeout' 'python-pytest-xprocess' 'python-requests'
'python-ephemeral-port-reserve' 'python-greenlet' 'python-watchdog'
'python-cryptography')
+conflicts=('python-werkzeug')
source=("https://github.com/pallets/werkzeug/archive/${pkgver}/$_pkgname-$pkgver.tar.gz"
https://github.com/pallets/werkzeug/commit/4e5bdca7.patch)
b2sums=('15506d57a8545eb45cb0f4efb78bcc4dfc1faa68910f09dfdd14f4bbb2404078247a7f61475c5fff9058a1557f7f6541eec262fb274e7ed82e1a82b9f644cf8b'