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

Antonio Rojas arojas at archlinux.org
Sun Nov 3 18:16:57 UTC 2019


    Date: Sunday, November 3, 2019 @ 18:16:57
  Author: arojas
Revision: 366551

Update to 5.13.2

Modified:
  pyqt5/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 16:57:24 UTC (rev 366550)
+++ PKGBUILD	2019-11-03 18:16:57 UTC (rev 366551)
@@ -6,8 +6,8 @@
 
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.13.1
-pkgrel=2
+pkgver=5.13.2
+pkgrel=1
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
@@ -14,15 +14,15 @@
 makedepends=('python-sip-pyqt5' 'python2-sip-pyqt5' 'sip' 'python-opengl' 'python2-opengl' 'python2-enum34'
              'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
              'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects')
-source=("https://www.riverbankcomputing.com/static/Downloads/PyQt5/$pkgver/PyQt5_gpl-$pkgver.tar.gz")
-sha256sums=('54b7f456341b89eeb3930e786837762ea67f235e886512496c4152ebe106d4af')
+source=("https://www.riverbankcomputing.com/static/Downloads/PyQt5/$pkgver/PyQt5-$pkgver.tar.gz")
+sha256sums=('adc17c077bf233987b8e43ada87d1e0deca9bd71a13e5fd5fc377482ed69c827')
 
 prepare() {
-  cp -a PyQt5_gpl-$pkgver{,-py2}
+  cp -a PyQt5-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/PyQt5_gpl-$pkgver
+  cd "$srcdir"/PyQt5-$pkgver
   python configure.py \
     --confirm-license \
     --no-sip-files \
@@ -29,7 +29,7 @@
     --qsci-api
   make
 
-  cd "$srcdir"/PyQt5_gpl-$pkgver-py2
+  cd "$srcdir"/PyQt5-$pkgver-py2
   python2 configure.py \
     --confirm-license \
     --no-sip-files \
@@ -41,7 +41,7 @@
   pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
   depends=('qt5-base')
 
-  cd PyQt5_gpl-$pkgver
+  cd PyQt5-$pkgver
   install -Dm644 PyQt5.api "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
 
   install -d "$pkgdir"/usr/share/sip/PyQt5
@@ -66,7 +66,7 @@
               'qt5-networkauth: QtNetworkAuth'
               'qt5-remoteobjects: QtRemoteObjects')
 
-  cd PyQt5_gpl-$pkgver
+  cd PyQt5-$pkgver
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
   make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install -j1
 
@@ -99,7 +99,7 @@
               'qt5-networkauth: QtNetworkAuth'
               'qt5-remoteobjects: QtRemoteObjects')
 
-  cd PyQt5_gpl-$pkgver-py2
+  cd PyQt5-$pkgver-py2
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
   make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install -j1
 



More information about the arch-commits mailing list