mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 04:47:15 +08:00
[skip-ci] pyside2-tools: update to 5.12.0
This commit is contained in:
parent
a90107bb67
commit
a6f0a621ed
@ -1,17 +1,16 @@
|
||||
|
||||
pkgname=pyside2-tools
|
||||
pkgver=5.11
|
||||
_qtver="$pkgver.0"
|
||||
_qtver=5.12.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url='http://qt-project.org/'
|
||||
url='https://www.qt.io/'
|
||||
license=(LGPL)
|
||||
pkgdesc='lupdate, rcc and uic tools for PySide2'
|
||||
depends=('pyside2')
|
||||
makedepends=('cmake' 'shiboken2' 'pyside2')
|
||||
makedepends=('cmake' 'shiboken2')
|
||||
_pkgfqn=pyside-setup-everywhere-src-${_qtver}
|
||||
source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
|
||||
sha256sums=('fbc412c4544bca308291a08a5173a949ca530d801f00b8337902a5067e490922')
|
||||
source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
|
||||
sha256sums=('890149628a6c722343d6498a9f7e1906ce3c10edcaef0cc53cd682c1798bef51')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
Loading…
Reference in New Issue
Block a user