[arch-commits] Commit in sip/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Feb 6 13:00:59 UTC 2021


    Date: Saturday, February 6, 2021 @ 13:00:59
  Author: arojas
Revision: 407562

Add missing packaging dependency

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 13:00:09 UTC (rev 407561)
+++ PKGBUILD	2021-02-06 13:00:59 UTC (rev 407562)
@@ -2,12 +2,12 @@
 
 pkgname=sip
 pkgver=6.0.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
-depends=(python-toml)
+depends=(python-toml python-packaging)
 makedepends=(python-setuptools)
 conflicts=(sip5)
 replaces=(sip5)



More information about the arch-commits mailing list