Package Details: alfis 0.8.4-1

Git Clone URL: https://aur.archlinux.org/alfis.git (read-only, click to copy)
Package Base: alfis
Description: Alternative Free Identity System using blockchain
Upstream URL: https://github.com/Revertron/Alfis
Keywords: alfis blockchain dns
Licenses: AGPL3
Submitter: pztrn
Maintainer: cofob
Last Packager: cofob
Votes: 4
Popularity: 0.000378
First Submitted: 2021-05-09 13:32 (UTC)
Last Updated: 2023-03-20 14:39 (UTC)

Latest Comments

quest commented on 2024-10-20 20:36 (UTC) (edited on 2024-10-20 20:37 (UTC) by quest)

Here's a patch to update the version and fix the LTO issue.

diff --git a/.SRCINFO b/.SRCINFO
index 5a5f604..9213a14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = alfis
    pkgdesc = Alternative Free Identity System using blockchain
-   pkgver = 0.8.4
+   pkgver = 0.8.5
    pkgrel = 1
    url = https://github.com/Revertron/Alfis
    arch = x86_64
@@ -11,7 +11,8 @@ pkgbase = alfis
    makedepends = pango
    depends = webkit2gtk
    depends = gtk3
-   source = alfis-0.8.4.tar.gz::https://github.com/Revertron/Alfis/archive/v0.8.4/alfis-0.8.4.tar.gz
-   sha256sums = 6ad6b8e17e6e2efc70805a0a46ff56f502e1bd605c32e0dfcdb454b3690a958c
+   options = !lto
+   source = alfis-0.8.5.tar.gz::https://github.com/Revertron/Alfis/archive/v0.8.5/alfis-0.8.5.tar.gz
+   sha256sums = 148c5830ceda5f0f0f9d5d1f92c033894f5c6b44742f0ed2cbf913e0967f9234

 pkgname = alfis
diff --git a/PKGBUILD b/PKGBUILD
index f58f5d7..9b2654f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
 pkgname=('alfis')
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc='Alternative Free Identity System using blockchain'
 arch=('x86_64')
@@ -8,7 +8,8 @@ license=('AGPL3')
 depends=('webkit2gtk' 'gtk3')
 makedepends=('cargo' 'rust' 'atk' 'pango')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Revertron/Alfis/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6ad6b8e17e6e2efc70805a0a46ff56f502e1bd605c32e0dfcdb454b3690a958c')
+sha256sums=('148c5830ceda5f0f0f9d5d1f92c033894f5c6b44742f0ed2cbf913e0967f9234')
+options=('!lto')

 _dirname="Alfis-${pkgver}"

quest commented on 2024-09-07 03:43 (UTC)

This doesn't build with LTO enabled.

Added options=('!lto') to the PKGBUILD and it works as expected. =)

<deleted-account> commented on 2023-03-07 11:09 (UTC)

Did you bump to 0.8.3 with correct new checksum? My AUR helper complains while validating files.

creio commented on 2022-03-05 19:40 (UTC)

Add /etc/alfis.conf?

geov commented on 2022-01-18 14:28 (UTC)

Also, headless version would be nice

lord commented on 2021-10-25 03:24 (UTC)

It would be nice to install default config and start GUI with it. Currently .desktop-file is pretty much useless, I have to start it from console with proper config.toml.