summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford2022-03-06 01:15:55 -0500
committerShayne Hartford2022-03-06 01:15:55 -0500
commit63cc63d7bf573041d4cd9b64832db571714f2cca (patch)
tree6d38824e576abb441e179c931ae00311e92d8743
parent890bc509f05dba13f34066025c7da8f67c145a80 (diff)
downloadaur-63cc63d7bf573041d4cd9b64832db571714f2cca.tar.gz
Add provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f242fe6b0b02..4ce053201a89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-modbus-tk
pkgdesc = Create Modbus app easily with Python
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ljean/modbus-tk
arch = any
license = MIT
depends = python
depends = python-pyserial
provides = modbus-tk
+ provides = python-modbus-tk
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 11b410c3669d..554d7875dd12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=modbus-tk
pkgname="python-${_pkgname}"
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Create Modbus app easily with Python"
arch=("any")
url="https://github.com/ljean/${_pkgname}"
@@ -12,7 +12,7 @@ depends=(
"python"
"python-pyserial"
)
-provides=("${_pkgname}")
+provides=("${_pkgname}" "python-${_pkgname}")
source=("https://files.pythonhosted.org/packages/ce/e9/30d86eb912bf868b8c97698b5747f10cf72dc26c674fd030249bc3275484/modbus_tk-1.1.2.tar.gz")
sha256sums=("893514bbd8c92118d20a19979e0239e7cb2a63f8f1795a0271e57def09d11770")