mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/pyqt5 to 5.5-1
This commit is contained in:
parent
7d89ef87ae
commit
6fbf2d00f4
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgbase=pyqt5
|
||||
pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
|
||||
pkgver=5.4.2
|
||||
pkgver=5.5
|
||||
_pkgver=$pkgver
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -20,8 +20,8 @@ makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
|
|||
'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-enginio'
|
||||
'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
|
||||
'qt5-websockets' 'qt5-x11extras')
|
||||
source=("http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${_pkgver}/PyQt-gpl-${_pkgver}.tar.gz")
|
||||
md5sums=('33936458544b69251a8f4a2308d469d3')
|
||||
source=("http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-$pkgver.tar.gz")
|
||||
md5sums=('60c0137b26c9ecbc3db0addb9638dc01')
|
||||
|
||||
build() {
|
||||
cp -a PyQt-gpl-${_pkgver} Py2Qt-gpl-${_pkgver}
|
||||
|
|
Loading…
Reference in a new issue