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

Antonio Rojas arojas at archlinux.org
Sat Jun 23 19:44:00 UTC 2018


    Date: Saturday, June 23, 2018 @ 19:44:00
  Author: arojas
Revision: 327499

Update to 4.19.9

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-23 18:40:43 UTC (rev 327498)
+++ PKGBUILD	2018-06-23 19:44:00 UTC (rev 327499)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.8
+pkgver=4.19.9
 pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz")
-sha256sums=('7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc')
+sha256sums=('38a646ba483821ca4a6be7fa33e8634eb74812114e7081eccc4c3a8a6c92e438')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}
@@ -41,7 +41,7 @@
 
 package_python-sip() {
   pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python')
+  depends=('python')
 
   cd sip-$pkgver
   make DESTDIR="$pkgdir" install -C siplib
@@ -54,7 +54,7 @@
 
 package_python2-sip() {
   pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python2')
+  depends=('python2')
 
   cd sip-$pkgver-py2
   make DESTDIR="$pkgdir" install -C siplib



More information about the arch-commits mailing list