summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2019-06-07 09:42:44 +1000
committerLuis Aranguren2019-06-07 09:42:44 +1000
commit6cc79534a94b943556f404895e92dfa1b6adf662 (patch)
tree69cdc5d60fc95c29271060f82f3aafb2bf73b491
parentc187fb3a662fd2f458cd2f120b59798d5cdb6b3e (diff)
downloadaur-6cc79534a94b943556f404895e92dfa1b6adf662.tar.gz
pkgrel 2, fixed source
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5a7a815891a..94a447588737 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.14.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.dash.org/
arch = x86_64
license = MIT
@@ -25,7 +25,13 @@ pkgbase = dashcore
provides = dash-cli
provides = dash-tx
conflicts = dashcore-git
+ source = dash256.png
+ source = dash-qt.desktop
+ source = COPYING
source = https://github.com/dashpay/dash/releases/download/v0.14.0.1/dashcore-0.14.0.1-x86_64-linux-gnu.tar.gz
+ sha256sums = d719e01df4b47f4d6f0d4d6eac50d402bebb4127d0b6d64764fe2a42e903819b
+ sha256sums = 41f83cb53ecf33688d899f83e09bd52f9aa8e6d7b9b0f30810f192988b26079a
+ sha256sums = b5290c16b194d488265f3af37a7ab74cb9fecea2de97b910670cefa4e0909853
sha256sums = c28881104ef7b3bdede7eb2b231b076a6e69213948695b4ec79ccb5621c04d97
pkgname = dashcore
diff --git a/PKGBUILD b/PKGBUILD
index 5331ccfc57f7..9ca5deb5eb71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='dashcore'
pkgver=0.14.0.1
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://www.dash.org/"
depends=('qt5-base' 'boost' 'boost-libs' 'miniupnpc' 'openssl' 'qrencode')
@@ -13,14 +13,14 @@ 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'
+source=('dash256.png'
'dash-qt.desktop'
'COPYING'
-)
-source=("https://github.com/dashpay/dash/releases/download/v${pkgver}/dashcore-${pkgver}-$CARCH-linux-gnu.tar.gz")
-sha256sums=('c28881104ef7b3bdede7eb2b231b076a6e69213948695b4ec79ccb5621c04d97')
+ "https://github.com/dashpay/dash/releases/download/v${pkgver}/dashcore-${pkgver}-$CARCH-linux-gnu.tar.gz")
+sha256sums=('d719e01df4b47f4d6f0d4d6eac50d402bebb4127d0b6d64764fe2a42e903819b'
+ '41f83cb53ecf33688d899f83e09bd52f9aa8e6d7b9b0f30810f192988b26079a'
+ 'b5290c16b194d488265f3af37a7ab74cb9fecea2de97b910670cefa4e0909853'
+ 'c28881104ef7b3bdede7eb2b231b076a6e69213948695b4ec79ccb5621c04d97')
package() {
install -D -m755 "$srcdir/$pkgname-${pkgver%.*}/bin/dash-qt" "$pkgdir/usr/bin/dash-qt"