mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
fix permissions
This commit is contained in:
parent
bf01e7d130
commit
fbfc6f9bc6
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linuxqq-nt-bwrap
|
||||
pkgdesc = Tencent QQ NT for Linux with bubblewrap wrapper
|
||||
pkgver = 2.0.2_510
|
||||
pkgrel = 4
|
||||
pkgrel = 5
|
||||
url = https://im.qq.com
|
||||
install = linuxqq.install
|
||||
arch = x86_64
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
_pkgname=linuxqq
|
||||
pkgname=linuxqq-nt-bwrap
|
||||
pkgver=2.0.2_510
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Tencent QQ NT for Linux with bubblewrap wrapper"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url='https://im.qq.com'
|
||||
|
|
@ -32,6 +32,7 @@ package() {
|
|||
tar -xJ -f "data.tar.xz" -C "${pkgdir}"
|
||||
rm -rf "${pkgdir}/opt/QQ/resources/app"
|
||||
7z x "2.0.2-510.zip" -aoa -o"${pkgdir}/opt/QQ/resources/app"
|
||||
chmod 755 "${pkgdir}/opt/QQ/resources/app"
|
||||
|
||||
# 打包相关处理
|
||||
install -Dm644 "qq_channel_jsbridge_handler.desktop" "${pkgdir}/usr/share/applications/qq_channel_jsbridge_handler.desktop"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue