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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 16 22:26:26 UTC 2022


    Date: Saturday, April 16, 2022 @ 22:26:25
  Author: arojas
Revision: 442802

Add ply dependency

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-16 22:22:16 UTC (rev 442801)
+++ PKGBUILD	2022-04-16 22:26:25 UTC (rev 442802)
@@ -2,14 +2,12 @@
 
 pkgname=sip
 pkgver=6.6.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 python-packaging python-setuptools)
-conflicts=(sip5)
-replaces=(sip5)
+depends=(python-toml python-packaging python-setuptools python-ply)
 source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
 sha256sums=('696c575c72144122701171f2cc767fe6cc87050ea755a04909152a8508ae10c3')
 options=(debug)



More information about the arch-commits mailing list