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

Antonio Rojas arojas at archlinux.org
Sun Jul 8 20:06:20 UTC 2018


    Date: Sunday, July 8, 2018 @ 20:06:19
  Author: arojas
Revision: 328115

Remove sip runtime dependency

Modified:
  sip/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-08 19:41:00 UTC (rev 328114)
+++ PKGBUILD	2018-07-08 20:06:19 UTC (rev 328115)
@@ -61,7 +61,7 @@
 
 package_python2-sip() {
   pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python2')
+  depends=('python2')
 
   cd build-py2
   make DESTDIR="$pkgdir" install
@@ -89,4 +89,3 @@
 
   install -Dm644 ../sip-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-



More information about the arch-commits mailing list