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

Antonio Rojas arojas at archlinux.org
Tue Mar 19 20:05:09 UTC 2019


    Date: Tuesday, March 19, 2019 @ 20:05:08
  Author: arojas
Revision: 348726

Update to 4.19.15

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-19 20:01:04 UTC (rev 348725)
+++ PKGBUILD	2019-03-19 20:05:08 UTC (rev 348726)
@@ -5,22 +5,17 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 'python2-sip-pyqt5')
-pkgver=4.19.14
-pkgrel=2
+pkgver=4.19.15
+pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz"
-        sip-qt4.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/7bd4d19479ad")
-sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87'
-            '1454250769202ced369fcaed42f88b19392e83ced2e62fcd5bf32e64259374e3')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz")
+sha256sums=('2b5c0b2c0266b467b365c21376d50dde61a3236722ab87ff1e8dacec283eb610')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
-
-  cd sip-$pkgver
-  patch -p1 -i ../sip-qt4.patch # Fix qt4 code generation
 }
 
 build() {



More information about the arch-commits mailing list