Package Details: affine-latest-bin 0.17.0_beta.4-1

Git Clone URL: https://aur.archlinux.org/affine-latest-bin.git (read-only, click to copy)
Package Base: affine-latest-bin
Description: Auto get the latest version(maybe canary maybe not) of AFFiNE(A privacy-focussed, local-first, open-source, and ready-to-use alternative for Notion & Miro.)
Upstream URL: https://github.com/toeverything/AFFiNE
Licenses: MPL2
Submitter: xihale
Maintainer: xihale
Last Packager: xihale
Votes: 0
Popularity: 0.000000
First Submitted: 2024-02-24 02:22 (UTC)
Last Updated: 2024-09-16 13:56 (UTC)

Dependencies (0)

Required by (0)

Sources (0)

Latest Comments

xihale commented on 2024-09-16 13:59 (UTC)

@cadilhac Thanks for your warning & suggestion, fixed.

cadilhac commented on 2024-09-10 02:58 (UTC)

The upstream extension is appimage, not AppImage right now.

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ _main(){

     _pkgver=`echo "$_json" | sed -n '/"name"/p' | head -n 1 | awk -F'"' '{print $4}' | sed -n 's/-/_/1p'`

-    _AppImage_url=`echo "$_json" | sed -n '/browser_download_url.*linux.*\.AppImage/p' | awk -F'"' '{print $4}'`
+    _AppImage_url=`echo "$_json" | sed -n '/browser_download_url.*linux.*\.[Aa]pp[Ii]mage/p' | awk -F'"' '{print $4}'`

 }