mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
[fix] 暂时把 snapd-xdg-open 改为 snapd-xdg-open-git 以解决 yay 找不到依赖
This commit is contained in:
parent
48190b9add
commit
66a607508a
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linuxqq-nt-bwrap
|
||||
pkgdesc = Tencent QQ NT for Linux with bubblewrap wrapper
|
||||
pkgver = 3.0.0_565
|
||||
pkgrel = 7
|
||||
pkgrel = 8
|
||||
url = https://im.qq.com/linuxqq/index.shtml
|
||||
install = linuxqq.install
|
||||
arch = x86_64
|
||||
|
|
@ -18,7 +18,7 @@ pkgbase = linuxqq-nt-bwrap
|
|||
depends = bubblewrap
|
||||
depends = xdg-utils
|
||||
depends = xdg-user-dirs
|
||||
depends = snapd-xdg-open
|
||||
depends = snapd-xdg-open-git
|
||||
optdepends = libappindicator-gtk3: 以最小化到托盘
|
||||
provides = qq-nt
|
||||
provides = linuxqq-nt
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,12 +2,12 @@
|
|||
_pkgname=linuxqq
|
||||
pkgname=linuxqq-nt-bwrap
|
||||
pkgver=3.0.0_565
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Tencent QQ NT for Linux with bubblewrap wrapper"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url='https://im.qq.com/linuxqq/index.shtml'
|
||||
license=('custom')
|
||||
depends=('at-spi2-core' 'alsa-lib' 'desktop-file-utils' 'gjs' 'gtk3' 'libnotify' 'nss' 'bubblewrap' 'xdg-utils' 'xdg-user-dirs' 'snapd-xdg-open')
|
||||
depends=('at-spi2-core' 'alsa-lib' 'desktop-file-utils' 'gjs' 'gtk3' 'libnotify' 'nss' 'bubblewrap' 'xdg-utils' 'xdg-user-dirs' 'snapd-xdg-open-git')
|
||||
makedepends=('p7zip')
|
||||
optdepends=('libappindicator-gtk3: 以最小化到托盘')
|
||||
provides=('qq-nt' 'linuxqq-nt')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue