summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb87e6becb79..13059f40b2f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arizen
pkgdesc = Arizen is light API wallet for ZenCash with localy stored and encrypted files.
- pkgver = 1.1.8
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/ZencashOfficial/arizen
install = arizen.install
@@ -41,8 +41,8 @@ pkgbase = arizen
depends = pango
options = !strip
options = !emptydirs
- source = https://github.com/ZencashOfficial/arizen/releases/download/v1.1.8/Arizen_1.1.8_amd64.deb
- sha256sums = 3e816c70b95bbad0b4a907a6bc028371efa07c044e94c87c975fde51073dc3d3
+ source = https://github.com/ZencashOfficial/arizen/releases/download/v1.2.0/Arizen_1.2.0_amd64.deb
+ sha256sums = 1a60392a0a2d03bd457caa5672a0e771493c55f5f38569fc351b3afc088413db
pkgname = arizen
diff --git a/PKGBUILD b/PKGBUILD
index 585849f4d8ef..877d08b3a85f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: metscoin <mets_coin@outlook.com>
pkgname=arizen
-pkgver=1.1.8
+pkgver=1.2.0
pkgrel=1
pkgdesc="Arizen is light API wallet for ZenCash with localy stored and encrypted files."
arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@ groups=('')
depends=('alsa-lib' 'atk' 'cairo' 'dbus' 'desktop-file-utils' 'electron' 'expat' 'fontconfig' 'gconf' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk2' 'libcups' 'libnotify' 'libx11' 'libxcb' 'libxcomposite' 'libxcursor' 'libxdamage' 'libxext' 'libxfixes' 'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst' 'nspr' 'nss' 'opera' 'pango')
options=('!strip' '!emptydirs')
install=${pkgname}.install
-source=("https://github.com/ZencashOfficial/arizen/releases/download/v1.1.8/Arizen_1.1.8_amd64.deb")
-sha256sums=('3e816c70b95bbad0b4a907a6bc028371efa07c044e94c87c975fde51073dc3d3')
+source=("https://github.com/ZencashOfficial/arizen/releases/download/v1.2.0/Arizen_1.2.0_amd64.deb")
+sha256sums=('1a60392a0a2d03bd457caa5672a0e771493c55f5f38569fc351b3afc088413db')
-package(){
+package() {
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"