summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreenRaccoon232017-12-19 18:04:10 -0600
committerGreenRaccoon232017-12-19 18:04:10 -0600
commit3892a274338ba912a4833bc89b3a4b97d01d3650 (patch)
tree55543f3678e75d752436ae8f32aabf745d60b30c
parenta25aaeda13e0053dae4ef2e18ecbfbe89ee43a5f (diff)
downloadaur-3892a274338ba912a4833bc89b3a4b97d01d3650.tar.gz
Updated icon
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
-rw-r--r--dash-qt.desktop2
-rwxr-xr-xdash128.pngbin2771 -> 0 bytes
-rw-r--r--dash256.pngbin0 -> 5046 bytes
5 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf94966ae573..8b26425fa1c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 19 23:49:39 UTC 2017
+# Wed Dec 20 00:03:56 UTC 2017
pkgbase = dashcore
pkgdesc = Dash Core (DASH, Dashpay, formerly Darkcoin) is an open source, privacy-centric digital currency. (Includes the qt-client, the headless daemon and the command-line tool.)
pkgver = 0.12.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.dash.org/
arch = i686
arch = x86_64
@@ -27,12 +27,12 @@ pkgbase = dashcore
provides = dash-qt
provides = dash-cli
conflicts = dashcore-git
- source = dash128.png
+ source = dash256.png
source = dash-qt.desktop
source = COPYING
- md5sums = 0d4112bc393f50dc2d0f7d615aa81f39
- md5sums = 700c3a8588e7f65cdea7d433c6345ce1
- md5sums = a959a99a436ddca2af3ddc0b428faec2
+ sha256sums = d719e01df4b47f4d6f0d4d6eac50d402bebb4127d0b6d64764fe2a42e903819b
+ sha256sums = 41f83cb53ecf33688d899f83e09bd52f9aa8e6d7b9b0f30810f192988b26079a
+ sha256sums = b5290c16b194d488265f3af37a7ab74cb9fecea2de97b910670cefa4e0909853
source_i686 = https://github.com/dashpay/dash/releases/download/v0.12.2.2/dashcore-0.12.2.2-linux32.tar.gz
sha256sums_i686 = cc1d0f6d6d7a2e64e68f23c6260eb2816f324892928686c6b0a4573941b2886b
source_x86_64 = https://github.com/dashpay/dash/releases/download/v0.12.2.2/dashcore-0.12.2.2-linux64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 27fe2f812cbc..02fe5b346c09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='dashcore';
pkgver=0.12.2.2;
-pkgrel=1;
+pkgrel=2;
arch=('i686' 'x86_64');
url="https://www.dash.org/";
depends=('qt4' 'boost' 'boost-libs' 'miniupnpc' 'openssl' 'qrencode');
@@ -14,16 +14,16 @@ provides=('dashd' 'dash-qt' 'dash-cli');
conflicts=('dashcore-git');
source=(
- 'dash128.png'
+ 'dash256.png'
'dash-qt.desktop'
'COPYING'
);
source_i686=("https://github.com/dashpay/dash/releases/download/v${pkgver}/dashcore-${pkgver}-linux32.tar.gz");
source_x86_64=("https://github.com/dashpay/dash/releases/download/v${pkgver}/dashcore-${pkgver}-linux64.tar.gz");
-md5sums=(
- '0d4112bc393f50dc2d0f7d615aa81f39'
- '700c3a8588e7f65cdea7d433c6345ce1'
- 'a959a99a436ddca2af3ddc0b428faec2'
+sha256sums=(
+ 'd719e01df4b47f4d6f0d4d6eac50d402bebb4127d0b6d64764fe2a42e903819b'
+ '41f83cb53ecf33688d899f83e09bd52f9aa8e6d7b9b0f30810f192988b26079a'
+ 'b5290c16b194d488265f3af37a7ab74cb9fecea2de97b910670cefa4e0909853'
);
sha256sums_i686=('cc1d0f6d6d7a2e64e68f23c6260eb2816f324892928686c6b0a4573941b2886b');
sha256sums_x86_64=('ce73b91536bba621dbcea4576e606bf0cd5f4b0780d85530a460982c053ed5b7');
@@ -34,6 +34,6 @@ package() {
install -D -m755 "$srcdir/$pkgname-${pkgver%.*}/bin/dash-cli" "$pkgdir/usr/bin/dash-cli";
install -D -m755 "$srcdir/$pkgname-${pkgver%.*}/bin/dash-tx" "$pkgdir/usr/bin/dash-tx";
install -D -m644 "COPYING" "$pkgdir/usr/share/licenses/$pkgname/LICENSE";
- install -D -m644 "dash128.png" "$pkgdir/usr/share/pixmaps/dash128.png";
+ install -D -m644 "dash256.png" "$pkgdir/usr/share/pixmaps/dash256.png";
install -D -m644 "dash-qt.desktop" "$pkgdir/usr/share/applications/dash-qt.desktop";
};
diff --git a/dash-qt.desktop b/dash-qt.desktop
index 2a2536ad6eb8..4ccb325894ee 100644
--- a/dash-qt.desktop
+++ b/dash-qt.desktop
@@ -7,6 +7,6 @@ Comment[tr]=Dash, eşten eşe kriptografik sanal para birimi
Exec=dash-qt %u
Terminal=false
Type=Application
-Icon=dash128
+Icon=dash256
MimeType=x-scheme-handler/dash;
Categories=Office;Finance;
diff --git a/dash128.png b/dash128.png
deleted file mode 100755
index f0dc48c95aa9..000000000000
--- a/dash128.png
+++ /dev/null
Binary files differ
diff --git a/dash256.png b/dash256.png
new file mode 100644
index 000000000000..a8c0425d20c8
--- /dev/null
+++ b/dash256.png
Binary files differ