summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimochan2024-02-13 21:02:57 +0800
committertimochan2024-02-13 21:02:57 +0800
commit7e388d1fe706daee7145cb79628caabb96f6c05d (patch)
tree30879952e451e3dce0507f11a23c8aa295985d1a
parentc53c2e4a74715cf8a4fedf34b1a7040d463b2058 (diff)
downloadaur-7e388d1fe706daee7145cb79628caabb96f6c05d.tar.gz
chore: update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b184b41c12e3..cf1638e0702c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = clash-nyanpasu-bin
provides = clash-nyanpasu
conflicts = clash-nyanpasu-git
conflicts = clash-nyanpasu-appimage
+ conflicts = clash-nyanpasu
source = clash-nyanpasu-1.4.5-x86_64.deb::https://github.com/LibNyanpasu/clash-nyanpasu/releases/download/v1.4.5/clash-nyanpasu_1.4.5_amd64.deb
sha256sums = 7316aaed19dd7f4cad11aa9cec21908b1e5238076c4cea138f5265863af9c040
diff --git a/PKGBUILD b/PKGBUILD
index 5b2c39aa7b12..b1637d8d8d60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/LibNyanpasu/clash-nyanpasu"
license=('GPL3')
depends=('webkit2gtk' 'gtk3' 'libayatana-appindicator' 'clash-meta')
-conflicts=('clash-nyanpasu-git' 'clash-nyanpasu-appimage')
+conflicts=('clash-nyanpasu-git' 'clash-nyanpasu-appimage' 'clash-nyanpasu')
provides=('clash-nyanpasu')
optdepends=('clash-rs: custom protocol network proxy, coding with rust')
source=("${_pkgname}-${pkgver}-${arch}.deb::https://github.com/LibNyanpasu/clash-nyanpasu/releases/download/v${pkgver}/clash-nyanpasu_${pkgver}_amd64.deb")