summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 023d49f1879c..cd3cb9db48ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,6 @@ pkgbase = python-zcbor
depends = python-regex
optdepends = python-pyelftools
optdepends = python-pyserial
- optdepends = python-serial
source = zcbor-0.8.1.tar.gz::https://github.com/NordicSemiconductor/zcbor/releases/download/0.8.1/zcbor-0.8.1.tar.gz
sha256sums = 53763faf7b418732ba6c69ccc5da8acd2edb2c7c80ce0a466793d52bda70ecf9
diff --git a/PKGBUILD b/PKGBUILD
index eb7b39b7e4d8..c033b2feba4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/NordicSemiconductor/zcbor"
license=('Apache 2.0')
depends=('python' 'python-cbor2' 'python-yaml' 'python-regex')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'python-setuptools-scm')
-optdepends=('python-pyelftools' 'python-pyserial' 'python-serial')
+optdepends=('python-pyelftools' 'python-pyserial')
source=("${_name}-$pkgver.tar.gz::https://github.com/NordicSemiconductor/zcbor/releases/download/$pkgver/${_name}-$pkgver.tar.gz")
sha256sums=('53763faf7b418732ba6c69ccc5da8acd2edb2c7c80ce0a466793d52bda70ecf9')