summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63283170ea4e..5c674503b561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = clash-nyanpasu-appimage
depends = hicolor-icon-theme
depends = fuse2
provides = clash-nyanpasu
+ conflicts = clash-nyanpasu-git
+ conflicts = clash-nyanpasu-bin
noextract = clash-nyanpasu-1.4.0-amd64.AppImage
options = !strip
source_x86_64 = clash-nyanpasu-1.4.0-amd64.AppImage::https://github.com/keiko233/clash-nyanpasu/releases/download/v1.4.0/clash-nyanpasu_1.4.0_amd64.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 02b2209c7352..f8cf32174989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,10 @@
+###
+# @Author: timochan
+# @Date: 2023-11-16 19:16:49
+# @LastEditors: timochan
+# @LastEditTime: 2023-11-17 08:33:35
+# @FilePath: /clash-nyanpasu-appimage/PKGBUILD
+###
_pkgname=clash-nyanpasu
_Pkgname=clash-nyanpasu
_disname=clash-nyanpasu
@@ -14,6 +21,7 @@ url="https://github.com/keiko233/clash-nyanpasu"
license=('GPL3')
options=(!strip)
depends=('zlib' 'hicolor-icon-theme' 'fuse2')
+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")
sha256sums_x86_64=('5386610db36683dae504902895618c73797f47b6f3b5955584928bc964153bb5')