summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-10-14 14:02:56 -0400
committerGuillaume Horel2021-10-14 14:02:56 -0400
commit8a2ba61a0ea038b51aedbb728d137af2c90120af (patch)
tree7360ba8dba4a30af1d412715f34b4dcef9ab0bc3 /PKGBUILD
parent63de83faa4d0b96359e8165159591af9a590126c (diff)
downloadaur-8a2ba61a0ea038b51aedbb728d137af2c90120af.tar.gz
fix conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89be0e00d839..3fbcae86821b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-dash
_pkgname=dash
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A python framework for building analytical web applications"
arch=('any')
url="https://plot.ly/products/dash/"
@@ -11,8 +11,8 @@ license=('MIT')
depends=('python' 'python-flask' 'python-flask-compress' 'python-flask-seasurf' 'python-future' 'python-plotly' 'python-requests')
optdepends=()
makedepends=('python-setuptools')
-provides=('python-dash-core-components' 'python-dash-html-components' 'python-dash-table')
-conflicts=('python-dash-core-components' 'python-dash-html-components' 'python-dash-table')
+provides=('python-dash-core-components' 'python-dash-html-components' 'python-dash-renderer' 'python-dash-table')
+conflicts=('python-dash-core-components' 'python-dash-html-components' 'python-dash-renderer' 'python-dash-table')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha256sums=('29277c24e2f795b069cb102ce1ab0cd3ad5cf9d3b4fd16c03da9671a5eea28a4')