summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-03-05 07:27:54 +0800
committerzxp198210052024-03-05 07:27:54 +0800
commit232cca0c69884e67e02aded44014ae39876d029b (patch)
tree0c8141a726e67c5193a7e752da97c24a8e2116f1
parent1c38528279cc1a391b595780c2e05281c15344b8 (diff)
downloadaur-232cca0c69884e67e02aded44014ae39876d029b.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 017330daaafe..1495a4d1dd7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = koishi-desktop-bin
pkgdesc = Launch Koishi from your desktop
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://koishi.chat/manual/starter/
arch = x86_64
license = AGPL-3.0-only
- makedepends = squashfuse
+ makedepends = fuse2
depends = nodejs
provides = koishi-desktop=1.0.2
conflicts = koishi-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 2df0bee536ad..6dbc7996497a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="${_pkgname}-desktop-bin"
_appname="chat.${_pkgname}.desktop"
_shortname=koi
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Launch Koishi from your desktop"
arch=('x86_64')
url="https://koishi.chat/manual/starter/"
@@ -16,7 +16,7 @@ depends=(
'nodejs'
)
makedepends=(
- 'squashfuse'
+ 'fuse2'
)
source=(
"${pkgname%-bin}-${pkgver}.AppImage::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}-linux-x64-v${pkgver}.AppImage"