summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucio Rubens2017-12-01 08:24:54 -0300
committerLucio Rubens2017-12-01 08:24:54 -0300
commit4e350d7937675e0e90e13b5a9d1aab65e113abef (patch)
tree85a34558cfaab5ba64713b182ed0560373fd14aa
parent063df8901a8a07e3ea974425ef3daf2c510b4bb2 (diff)
downloadaur-4e350d7937675e0e90e13b5a9d1aab65e113abef.tar.gz
1.4.3
-rw-r--r--.DS_Storebin0 -> 6148 bytes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--arkclient.pngbin20147 -> 13809 bytes
4 files changed, 8 insertions, 8 deletions
diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 000000000000..aaf45f6b4eae
--- /dev/null
+++ b/.DS_Store
Binary files differ
diff --git a/.SRCINFO b/.SRCINFO
index 5a1ccd945c5a..4e39cb2c48fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ark-desktop
pkgdesc = Multi Platform Ark Lite Client
- pkgver = 1.2.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/ArkEcosystem/ark-desktop
arch = any
@@ -8,12 +8,12 @@ pkgbase = ark-desktop
makedepends = npm
depends = nodejs
depends = electron
- source = https://github.com/ArkEcosystem/ark-desktop/releases/download/{1.2.2}/ArkClient-Linux-1.2.2.tar.xz
+ source = https://github.com/ArkEcosystem/ark-desktop/releases/download/{1.4.3}/ArkClient-Linux-1.4.3.tar.xz
source = arkclient.desktop
source = arkclient.png
- sha1sums = 56872f135d6e0b86adfdd3d72a6c2c4880750c6c
+ sha1sums = 945c04d6124eb2eb11ba547f0ac9318d112ece12
sha1sums = 687295fc60638fdd828646e7fc44eaf38eca3cd0
- sha1sums = 66dadafaa8f6c03c1790a9fa1acf33ec0bfeaa64
+ sha1sums = 77c1f8707a779be883283150732d3477709af7da
pkgname = ark-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 7171e4017fd2..6b7bcdfee003 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=ArkClient
_appname=arkclient
pkgname=ark-desktop
-pkgver=1.2.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Multi Platform Ark Lite Client"
arch=(any)
@@ -22,9 +22,9 @@ source=(
"$_appname.png"
)
sha1sums=(
- "56872f135d6e0b86adfdd3d72a6c2c4880750c6c"
+ "945c04d6124eb2eb11ba547f0ac9318d112ece12"
"687295fc60638fdd828646e7fc44eaf38eca3cd0"
- "66dadafaa8f6c03c1790a9fa1acf33ec0bfeaa64"
+ "77c1f8707a779be883283150732d3477709af7da"
)
package() {
@@ -38,5 +38,5 @@ package() {
install -Dm644 "$srcdir/$_appname.desktop" "$pkgdir/usr/share/applications/$_appname.desktop"
install -Dm644 "$srcdir/$_appname.png" "$pkgdir/usr/share/pixmaps/$_appname.png"
- chmod -R ugo+rX $pkdir/opt
+ chmod -R ugo+rX $pkgdir/opt
}
diff --git a/arkclient.png b/arkclient.png
index 4ab89f94197d..f8a738414bab 100644
--- a/arkclient.png
+++ b/arkclient.png
Binary files differ