summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasiliy Petrov2022-07-12 19:52:22 +0700
committerVasiliy Petrov2022-07-12 19:52:22 +0700
commit1c5919024177fbe7633fc4406c1473a1114b92b5 (patch)
tree23d374801aea97c357986fd8d7c9656b9db22150
parent145ad1e984a586724ff437a588ee3b75e866ecab (diff)
downloadaur-1c5919024177fbe7633fc4406c1473a1114b92b5.tar.gz
Bump to 0.7.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f326a6a6bdf9..5eaf35cd996b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alfis
pkgdesc = Alternative Free Identity System using blockchain
- pkgver = 0.7.3
+ pkgver = 0.7.6
pkgrel = 1
url = https://github.com/Revertron/Alfis
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = alfis
makedepends = pango
depends = webkit2gtk
depends = gtk3
- source = https://github.com/Revertron/Alfis/archive/v0.7.3/alfis-0.7.3.tar.gz
- sha256sums = 57e2d00e08d9fd3bcb083b6f3ca73d3dea00a27268f219e8f6c4772978f642c7
+ source = alfis-0.7.6.tar.gz::https://github.com/Revertron/Alfis/archive/v0.7.6/alfis-0.7.6.tar.gz
+ sha256sums = 5217f540b5010d0b1cd87ee88cf6d0ff8d9ef25889a418fed4378420762e07b3
pkgname = alfis
diff --git a/PKGBUILD b/PKGBUILD
index 91b287b6ec37..7f1ac36a9211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=('alfis')
-pkgver=0.7.3
+pkgver=0.7.6
pkgrel=1
pkgdesc='Alternative Free Identity System using blockchain'
arch=('x86_64')
@@ -7,8 +7,8 @@ url='https://github.com/Revertron/Alfis'
license=('AGPL3')
depends=('webkit2gtk' 'gtk3')
makedepends=('cargo' 'rust' 'atk' 'pango')
-source=("https://github.com/Revertron/Alfis/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('57e2d00e08d9fd3bcb083b6f3ca73d3dea00a27268f219e8f6c4772978f642c7')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Revertron/Alfis/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('5217f540b5010d0b1cd87ee88cf6d0ff8d9ef25889a418fed4378420762e07b3')
_dirname="Alfis-${pkgver}"