summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreenRaccoon232018-08-08 19:55:19 -0500
committerGreenRaccoon232018-08-08 19:55:19 -0500
commit6313b2aaaf2c2f4d9945423be39e2a0d3f3d1661 (patch)
treeec3a029798f7b7e7e4511f66b8985cfe760ba3ff
parent3d651d1e3b2f2c370df6f71797bf66515e5db711 (diff)
downloadaur-6313b2aaaf2c2f4d9945423be39e2a0d3f3d1661.tar.gz
0.12.3.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD62
2 files changed, 37 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6f2be186deb..31399adc2d02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 29 23:18:15 UTC 2018
+# Thu Aug 9 00:55:05 UTC 2018
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.3
+ pkgver = 0.12.3.2
pkgrel = 1
url = https://www.dash.org/
arch = i686
@@ -34,10 +34,10 @@ pkgbase = dashcore
sha256sums = d719e01df4b47f4d6f0d4d6eac50d402bebb4127d0b6d64764fe2a42e903819b
sha256sums = 41f83cb53ecf33688d899f83e09bd52f9aa8e6d7b9b0f30810f192988b26079a
sha256sums = b5290c16b194d488265f3af37a7ab74cb9fecea2de97b910670cefa4e0909853
- source_i686 = https://github.com/dashpay/dash/releases/download/v0.12.2.3/dashcore-0.12.2.3-linux32.tar.gz
- sha256sums_i686 = a01158655a6111614d5789c25831397713bb9774b34a64e129df5b0a0128dfc7
- source_x86_64 = https://github.com/dashpay/dash/releases/download/v0.12.2.3/dashcore-0.12.2.3-linux64.tar.gz
- sha256sums_x86_64 = 8b7c72197f87be1f5d988c274cac06f6539ddb4591a578bfb852a412022378f2
+ source_i686 = https://github.com/dashpay/dash/releases/download/v0.12.3.2/dashcore-0.12.3.2-i686-pc-linux-gnu.tar.gz
+ sha256sums_i686 = 6fe8ad411f2667af2d1c9d5a8260349d6582d2c0d156bf39e5c40081681f3a8c
+ source_x86_64 = https://github.com/dashpay/dash/releases/download/v0.12.3.2/dashcore-0.12.3.2-x86_64-linux-gnu.tar.gz
+ sha256sums_x86_64 = 1c80bc79451da100c38c431fc8f9ff8e35e6f30a65df7b4200f8b01344453c70
pkgname = dashcore
diff --git a/PKGBUILD b/PKGBUILD
index 6f0b5c1b506c..545295fda7f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,39 +1,39 @@
# Maintainer: GreenRaccoon23 <GreenRaccoon23 AT gmail DOT com>
# Based on PKGBUILD from darkcoin-git maintained by Viliam Kubis <viliam dot kubis at gmail dot com>
-pkgname='dashcore';
-pkgver=0.12.2.3;
-pkgrel=1;
-arch=('i686' 'x86_64');
-url="https://www.dash.org/";
-depends=('qt4' 'boost' 'boost-libs' 'miniupnpc' 'openssl' 'qrencode');
-makedepends=('autoconf' 'automake' 'binutils' 'gcc' 'libtool' 'make' 'pkg-config' 'automoc4' 'protobuf');
-license=('MIT');
-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.)";
-provides=('dashd' 'dash-qt' 'dash-cli' 'dash-tx');
-conflicts=('dashcore-git');
+pkgname='dashcore'
+pkgver=0.12.3.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url="https://www.dash.org/"
+depends=('qt4' 'boost' 'boost-libs' 'miniupnpc' 'openssl' 'qrencode')
+makedepends=('autoconf' 'automake' 'binutils' 'gcc' 'libtool' 'make' 'pkg-config' 'automoc4' 'protobuf')
+license=('MIT')
+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.)"
+provides=('dashd' 'dash-qt' 'dash-cli' 'dash-tx')
+conflicts=('dashcore-git')
source=(
- '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");
+ 'dash256.png'
+ 'dash-qt.desktop'
+ 'COPYING'
+)
+source_i686=("https://github.com/dashpay/dash/releases/download/v${pkgver}/dashcore-${pkgver}-i686-pc-linux-gnu.tar.gz")
+source_x86_64=("https://github.com/dashpay/dash/releases/download/v${pkgver}/dashcore-${pkgver}-x86_64-linux-gnu.tar.gz")
sha256sums=(
- 'd719e01df4b47f4d6f0d4d6eac50d402bebb4127d0b6d64764fe2a42e903819b'
- '41f83cb53ecf33688d899f83e09bd52f9aa8e6d7b9b0f30810f192988b26079a'
- 'b5290c16b194d488265f3af37a7ab74cb9fecea2de97b910670cefa4e0909853'
-);
-sha256sums_i686=('a01158655a6111614d5789c25831397713bb9774b34a64e129df5b0a0128dfc7');
-sha256sums_x86_64=('8b7c72197f87be1f5d988c274cac06f6539ddb4591a578bfb852a412022378f2');
+ 'd719e01df4b47f4d6f0d4d6eac50d402bebb4127d0b6d64764fe2a42e903819b'
+ '41f83cb53ecf33688d899f83e09bd52f9aa8e6d7b9b0f30810f192988b26079a'
+ 'b5290c16b194d488265f3af37a7ab74cb9fecea2de97b910670cefa4e0909853'
+)
+sha256sums_i686=('6fe8ad411f2667af2d1c9d5a8260349d6582d2c0d156bf39e5c40081681f3a8c')
+sha256sums_x86_64=('1c80bc79451da100c38c431fc8f9ff8e35e6f30a65df7b4200f8b01344453c70')
package() {
- install -D -m755 "$srcdir/$pkgname-${pkgver%.*}/bin/dash-qt" "$pkgdir/usr/bin/dash-qt";
- install -D -m755 "$srcdir/$pkgname-${pkgver%.*}/bin/dashd" "$pkgdir/usr/bin/dashd";
- 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 "dash256.png" "$pkgdir/usr/share/pixmaps/dash256.png";
- install -D -m644 "dash-qt.desktop" "$pkgdir/usr/share/applications/dash-qt.desktop";
-};
+ install -D -m755 "$srcdir/$pkgname-${pkgver%.*}/bin/dash-qt" "$pkgdir/usr/bin/dash-qt"
+ install -D -m755 "$srcdir/$pkgname-${pkgver%.*}/bin/dashd" "$pkgdir/usr/bin/dashd"
+ 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 "dash256.png" "$pkgdir/usr/share/pixmaps/dash256.png"
+ install -D -m644 "dash-qt.desktop" "$pkgdir/usr/share/applications/dash-qt.desktop"
+}