summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2021-05-03 12:58:31 +0200
committerGroctel2021-05-03 12:58:31 +0200
commit68fad5b3ed679d679cfc39fb7aea647eecb9c0f5 (patch)
treea7f6eee2c4edb838f2d23b699783b7a1e76a62b2
parent154617718ea3ef1d6e5879a236c0bf6ca4d6ae19 (diff)
downloadaur-68fad5b3ed679d679cfc39fb7aea647eecb9c0f5.tar.gz
Forgot to add conflict
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddcbddf3b72c..73a686f20d93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = python-networkx-git
depends = python-numpy
depends = python-pandas
depends = python-scipy
+ conflicts = python-networkx
source = https://github.com/networkx/networkx/archive/refs/heads/main.zip
sha512sums = 04ca2a9ac1e484df84a9a77c98c4ac85b984e4a991909e72541bf84138980ab53484ac8d1fa800558dbc29d8203043a2175b7f769f056dcff6e5fe5ca6234944
diff --git a/PKGBUILD b/PKGBUILD
index 0cceeb9b0c09..44a68ed41c66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=(
'python-pandas'
'python-scipy'
)
-provides=()
+conflicts=('python-networkx')
source=("$url/archive/refs/heads/main.zip")
sha512sums=('04ca2a9ac1e484df84a9a77c98c4ac85b984e4a991909e72541bf84138980ab53484ac8d1fa800558dbc29d8203043a2175b7f769f056dcff6e5fe5ca6234944')