diff options
author | lihe07 | 2024-11-05 18:00:08 +0800 |
---|---|---|
committer | lihe07 | 2024-11-05 18:00:08 +0800 |
commit | de8db60af7d32bb851abdc7c61ac4c4bbe384f80 (patch) | |
tree | c622f9cab062bc87c6a9974adf6ea6c73a04a9c1 | |
parent | 12c74dbadc57da992b3f775f32dad10f3f9fa6d9 (diff) | |
download | aur-wechat-universal.tar.gz |
misc
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -6,7 +6,7 @@ pkgbase = wechat-universal arch = x86_64 arch = aarch64 arch = loong64 - license = proprietary, + license = proprietary license = GPLv3 depends = alsa-lib depends = at-spi2-core @@ -28,7 +28,6 @@ pkgbase = wechat-universal depends = xdg-desktop-portal depends = xdg-user-dirs provides = wechat-universal - conflicts = wechat-universal conflicts = wechat-universal-bwrap conflicts = wechat-universal-privileged noextract = com.tencent.wechat_4.0.0.23_amd64.deb @@ -6,9 +6,9 @@ pkgrel=1 pkgdesc="WeChat (Universal) with namespace sandboxing" arch=('x86_64' 'aarch64' 'loong64') url="https://weixin.qq.com" -license=('proprietary', 'GPLv3') +license=('proprietary' 'GPLv3') provides=("${pkgname}") -conflicts=("${pkgname}"{,-bwrap,-privileged}) +conflicts=("${pkgname}"{-bwrap,-privileged}) depends=( 'alsa-lib' 'at-spi2-core' |