summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-11-21 07:32:38 -0500
committerCarlos Aznarán Laos2022-11-21 07:32:38 -0500
commit94609ce2bd266c4f2d275bcd6b7c16e4034ed8f9 (patch)
tree0ba0b962f5316f71c942628ba41fb3b40df70c81
parent897f968a10626fee8fc232f730be28c35f088166 (diff)
downloadaur-94609ce2bd266c4f2d275bcd6b7c16e4034ed8f9.tar.gz
Fix conflicts array
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0027122631e..a13ac7f85bb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ depends=(python-matplotlib python-setuptools)
makedepends=(python-build python-installer python-wheel)
source=(${_base}.tar.gz::${url}/archive/${pkgver}.tar.gz)
sha512sums=('db9141ab496c030fcc7b9d95bbe6093a647490a3b472338450f865943b85a7cb18cedde2cd749693acae2a821d6b775dfeeca81449af1d92933f4ee6dd5c7e8f')
-provides=(python-${_base,,})
conflicts=(python-${_base,,}-git)
build() {