[arch-commits] Commit in python-cmsis-pack-manager/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Tue Feb 8 20:40:41 UTC 2022


    Date: Tuesday, February 8, 2022 @ 20:40:41
  Author: dvzrv
Revision: 1129373

upgpkg: python-cmsis-pack-manager 0.4.0-3: Rebuild to add python-cffi as runtime dependency.

Modified:
  python-cmsis-pack-manager/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-08 19:59:43 UTC (rev 1129372)
+++ PKGBUILD	2022-02-08 20:40:41 UTC (rev 1129373)
@@ -3,12 +3,12 @@
 _name=cmsis-pack-manager
 pkgname=python-cmsis-pack-manager
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Rust and Python module for handling CMSIS Pack files"
 arch=(x86_64)
 url="https://github.com/pyocd/cmsis-pack-manager"
 license=(Apache)
-depends=(python-appdirs python-yaml)
+depends=(python-appdirs python-cffi python-yaml)
 makedepends=(cargo python-setuptools-scm python-milksnake)
 checkdepends=(python-hypothesis python-jinja python-mock python-pytest)
 # disable LTO until ring can be built with it: https://github.com/briansmith/ring/issues/1444



More information about the arch-commits mailing list