summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucio Rubens2018-12-18 16:30:37 -0300
committerLucio Rubens2018-12-18 16:30:37 -0300
commit680ca6873e6fd531218fd92f3d8d965208c1cbd7 (patch)
treec566f95f583bedff8094ccfd7be3a93eb9a7a754
parent0a9e0bd187e50ca3e58b4c271c0d82a72876f0c2 (diff)
downloadaur-680ca6873e6fd531218fd92f3d8d965208c1cbd7.tar.gz
chore: xz to gz
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d45f56fd0baf..c4304c36f6a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ark-desktop
pkgdesc = Multi Platform Ark Desktop Wallet
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ArkEcosystem/desktop-wallet
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = ark-desktop
depends = libxtst
depends = gconf
depends = libxss
- source = https://github.com/ArkEcosystem/ark-desktop/releases/download/2.1.0/Ark.Desktop.Wallet-2.1.0.tar.xz
+ source = https://github.com/ArkEcosystem/ark-desktop/releases/download/2.1.0/Ark.Desktop.Wallet-2.1.0.tar.gz
source = https://raw.githubusercontent.com/ArkEcosystem/ark-desktop/2.1.0/LICENSE
source = ark-desktop.desktop
source = ark-desktop.svg
diff --git a/PKGBUILD b/PKGBUILD
index dd3e703a1d53..c97777acae13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _npmname=Ark.Desktop.Wallet
_appname=ark-desktop-wallet
pkgname=ark-desktop
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Multi Platform Ark Desktop Wallet"
arch=(x86_64)
url="https://github.com/ArkEcosystem/desktop-wallet"
@@ -11,7 +11,7 @@ license=(MIT)
depends=('gtk2' 'alsa-lib' 'nss' 'libxtst' 'gconf' 'libxss')
source=(
- "https://github.com/ArkEcosystem/${pkgname}/releases/download/${pkgver}/${_npmname}-${pkgver}.tar.xz"
+ "https://github.com/ArkEcosystem/${pkgname}/releases/download/${pkgver}/${_npmname}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/ArkEcosystem/${pkgname}/${pkgver}/LICENSE"
"${pkgname}.desktop"
"${pkgname}.svg"