mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Library libpython Qt migrated to 3.10 from 3
This commit is contained in:
parent
0b799a0583
commit
57f4f53bea
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = scrt
|
||||
pkgdesc = Vandyke SecureCRT SSH Client
|
||||
pkgver = 9.3.0
|
||||
pkgrel = 0
|
||||
pkgrel = 1
|
||||
url = http://www.vandyke.com/products/securecrt/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -10,7 +10,7 @@
|
|||
pkgname=scrt
|
||||
pkgver=9.3.0
|
||||
incrver=2905
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Vandyke SecureCRT SSH Client"
|
||||
arch=('x86_64')
|
||||
url="http://www.vandyke.com/products/securecrt/"
|
||||
|
|
@ -29,7 +29,7 @@ package() {
|
|||
|
||||
install -Dm 755 ./libClientConfigUiQt.so ${pkgdir}/usr/lib/scrt/libClientConfigUiQt.so
|
||||
install -Dm 755 ./libQt5Multimedia.so.5 ${pkgdir}/usr/lib/scrt/libQt5Multimedia.so.5
|
||||
install -Dm 755 ./libpython3Qt.so ${pkgdir}/usr/lib/scrt/libpython3Qt.so
|
||||
install -Dm 755 ./libpython310Qt.so ${pkgdir}/usr/lib/scrt/libpython3Qt.so
|
||||
install -Dm 755 ./libibusplatforminputcontextplugin.so ${pkgdir}/usr/lib/scrt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
|
||||
install -Dm 755 ./libcomposeplatforminputcontextplugin.so ${pkgdir}/usr/lib/scrt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
|
||||
install -Dm 755 ./libqxcb.so ${pkgdir}/usr/lib/scrt/plugins/platforms/libqxcb.so
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue