From 66a607508a85f7b37262897b82fcb87eaabb923e Mon Sep 17 00:00:00 2001 From: Yidaozhan Ya Date: Fri, 30 Dec 2022 11:47:34 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E6=9A=82=E6=97=B6=E6=8A=8A=20snapd-xdg?= =?UTF-8?q?-open=20=E6=94=B9=E4=B8=BA=20snapd-xdg-open-git=20=E4=BB=A5?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=20yay=20=E6=89=BE=E4=B8=8D=E5=88=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0caca4f8ecdd..32c7896fdcb9 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index d1f779d30f30..865ea81abe60 100644 --- a/PKGBUILD +++ b/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')