Package Details: refi-app-bin 0.0.19-9

Git Clone URL: https://aur.archlinux.org/refi-app-bin.git (read-only, click to copy)
Package Base: refi-app-bin
Description: A tool to make interacting with Firestore less painful
Upstream URL: https://refiapp.io/
Keywords: firestore
Licenses: MIT
Conflicts: refi-app
Provides: refi-app
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-05-11 05:39 (UTC)
Last Updated: 2024-05-01 11:54 (UTC)

Latest Comments

zxp19821005 commented on 2024-05-01 11:55 (UTC)

@saviocmc Thanks for your feedback.Fixed it.

saviocmc commented on 2024-04-30 14:59 (UTC) (edited on 2024-04-30 15:00 (UTC) by saviocmc)

Thank you for creating this AUR package.

There is an issue with the checksum of the file "refi-app.sh" that causes the build to abort.

You can fix it by replacing the checksum dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8 with 0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014

here the diff that fixes it:

diff --git a/.SRCINFO b/.SRCINFO
index 597a1ea..0d33aba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,6 @@ pkgbase = refi-app-bin
    source = refi-app.sh
    sha256sums = 01918b95b8109d2c02b0a2b517a5f59f8f795b02a02557cfd420f80fbd345dc4
    sha256sums = b2eb77a849db152dcb5ed71c597000a5dc3638559aefae0b5aa3454e8d7abe71
-   sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
+   sha256sums = 0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014

 pkgname = refi-app-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2540adb..a8f885d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ source=(
 )
 sha256sums=('01918b95b8109d2c02b0a2b517a5f59f8f795b02a02557cfd420f80fbd345dc4'
             'b2eb77a849db152dcb5ed71c597000a5dc3638559aefae0b5aa3454e8d7abe71'
-            'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
+            '0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014')
 build() {
     sed -e "s|@electronversion@|${_electronversion}|" \
         -e "s|@appname@|${pkgname%-bin}|g" \