summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav N. aka pztrn2021-05-17 15:19:50 +0500
committerStanislav N. aka pztrn2021-05-17 15:19:50 +0500
commit31e6ea30b6a754ea6f18eb123081f7d441660dec (patch)
treeba993daae3121d1ee918016799dbe51ee5746a54
parentb9356c41f3018509d308b97b2cc437c3115e79bd (diff)
downloadaur-31e6ea30b6a754ea6f18eb123081f7d441660dec.tar.gz
Version 0.5.7.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cbcd3822bf9..7613c78f2d8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alfis
pkgdesc = Alternative Free Identity System using blockchain
- pkgver = 0.5.6
+ pkgver = 0.5.7
pkgrel = 1
url = https://github.com/Revertron/Alfis
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = alfis
makedepends = pango
depends = webkit2gtk
depends = gtk3
- source = https://github.com/Revertron/Alfis/archive/v0.5.6/alfis-0.5.6.tar.gz
- sha256sums = 523b5b599d651a24e11e5b5f30c2e7f608ef27b7f9c82f5458c1ecf0830af9c4
+ source = https://github.com/Revertron/Alfis/archive/v0.5.7/alfis-0.5.7.tar.gz
+ sha256sums = 9206bf01a4cb0d932aa62b8ebefd637ca44fd0802674201520fcd91704025b73
pkgname = alfis
diff --git a/PKGBUILD b/PKGBUILD
index 75c909fc7ba6..26b389dd87f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stanislav Nikitin <pztrn at pztrn dot name>
pkgname=('alfis')
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=1
pkgdesc='Alternative Free Identity System using blockchain'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('AGPL3')
depends=('webkit2gtk' 'gtk3')
makedepends=('cargo' 'rust' 'atk' 'pango')
source=("https://github.com/Revertron/Alfis/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('523b5b599d651a24e11e5b5f30c2e7f608ef27b7f9c82f5458c1ecf0830af9c4')
+sha256sums=('9206bf01a4cb0d932aa62b8ebefd637ca44fd0802674201520fcd91704025b73')
_dirname="Alfis-${pkgver}"