summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortimochan2023-11-20 16:03:21 +0800
committertimochan2023-11-20 16:03:21 +0800
commit3cc6e2b489d576ca7bbe2e18fca5be4b2f7239cd (patch)
tree52bfb8195755494ec5dc4fc7cc741fb384625317 /PKGBUILD
parentde3be3e808379722933ab889fc7b1f95ec7651a6 (diff)
downloadaur-3cc6e2b489d576ca7bbe2e18fca5be4b2f7239cd.tar.gz
chore: update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8cf32174989..6cb7d081113f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ arch=('x86_64')
url="https://github.com/keiko233/clash-nyanpasu"
license=('GPL3')
options=(!strip)
-depends=('zlib' 'hicolor-icon-theme' 'fuse2')
+depends=('zlib' 'hicolor-icon-theme' 'fuse2' 'clash-meta')
conflicts=('clash-nyanpasu-git' 'clash-nyanpasu-bin')
provides=('clash-nyanpasu')
source_x86_64=("${_Pkgname}-${major_version}.${minor_version}.${patch_version}-amd64.AppImage::https://github.com/keiko233/clash-nyanpasu/releases/download/v${major_version}.${minor_version}.${patch_version}/${_Pkgname}_${major_version}.${minor_version}.${patch_version}_amd64.AppImage")