summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDwi Mulia Mokoginta2022-06-07 06:43:46 +0700
committerDwi Mulia Mokoginta2022-06-07 06:43:46 +0700
commit54d740e51c46530308143efcbdce5199df030d0a (patch)
tree90e123f049f2e395e37d1c182a5e1f8eeef80de7
parent537cf1019312fd88b5dcd3f9b8f291777ceb1bc7 (diff)
downloadaur-54d740e51c46530308143efcbdce5199df030d0a.tar.gz
Add conflicts nteract-bin
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a857b71e01f9..8ccd6256d73c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = nteract
optdepends = python2-ipykernel: support for Python 2
optdepends = r: support for R (requires the "IRkernel" package)
optdepends = sagemath-jupyter: support for SageMath
+ conflicts = nteract-bin
source = v0.28.0.tar.gz::https://github.com/nteract/nteract/archive/refs/tags/v0.28.0.tar.gz
source = LICENSE::https://raw.githubusercontent.com/nteract/nteract/main/LICENSE
sha256sums = 5132a05ca269aa3b1b0a96cbe4a7b9956454069029173f6f1cb3d73a59a83073
diff --git a/PKGBUILD b/PKGBUILD
index e6ea3fd02aa8..670af435e282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,7 @@ source=(v${pkgver}.tar.gz::https://github.com/nteract/nteract/archive/refs/tags/
'LICENSE::https://raw.githubusercontent.com/nteract/nteract/main/LICENSE')
sha256sums=('5132a05ca269aa3b1b0a96cbe4a7b9956454069029173f6f1cb3d73a59a83073'
'866e6fa48cb8810d36d8d85a3085d7aa1c4317d3731f0ef84919428fee87bf71')
+conflicts=('nteract-bin')
prepare() {
cd nteract-${pkgver}