summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford2022-03-06 01:19:17 -0500
committerShayne Hartford2022-03-06 01:19:17 -0500
commit6eca162521b28e53f608983363543586a5035db7 (patch)
tree79cb5b87fd9cff8ea4dda1aabc5540a703f573a7
parent63cc63d7bf573041d4cd9b64832db571714f2cca (diff)
downloadaur-python-modbus-tk.tar.gz
Add conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce053201a89..f830195180d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-modbus-tk
depends = python-pyserial
provides = modbus-tk
provides = python-modbus-tk
+ conflicts = python-modbus-tk-git
source = https://files.pythonhosted.org/packages/ce/e9/30d86eb912bf868b8c97698b5747f10cf72dc26c674fd030249bc3275484/modbus_tk-1.1.2.tar.gz
sha256sums = 893514bbd8c92118d20a19979e0239e7cb2a63f8f1795a0271e57def09d11770
diff --git a/PKGBUILD b/PKGBUILD
index 554d7875dd12..cf36fa854ee2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ depends=(
"python-pyserial"
)
provides=("${_pkgname}" "python-${_pkgname}")
+conflicts=("python-modbus-tk-git")
source=("https://files.pythonhosted.org/packages/ce/e9/30d86eb912bf868b8c97698b5747f10cf72dc26c674fd030249bc3275484/modbus_tk-1.1.2.tar.gz")
sha256sums=("893514bbd8c92118d20a19979e0239e7cb2a63f8f1795a0271e57def09d11770")