summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreenRaccoon232017-04-27 21:24:50 -0500
committerGreenRaccoon232017-04-27 21:24:50 -0500
commit4241e94c13af16b16a154b779f361710abf4b702 (patch)
treef96190013d11ec985b0cc1450b9f909b1a1f0691
parentffc4ad3b78bd955dea4e82031fbbd423006c3e4d (diff)
downloadaur-4241e94c13af16b16a154b779f361710abf4b702.tar.gz
Updated pkgdesc and comments to warn of the instability of this package.
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b282c3698291..21876620646d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,9 @@
# Maintainer: GreenRaccoon23 <GreenRaccoon23 AT gmail DOT com>
# Based on PKGBUILD from vertcoin-git maintained by Lothar_m <lothar_m AT riseup DOT net>
+# WARNING: Use the `dashcore` package instead of this one unless you know what
+# you are doing. The `dashcore` package provides the official, supported, tested,
+# stable, precompiled build. This package provides the development, unstable,
+# untested, and therefore possibly broken build. Use at your own risk.
pkgname='dashcore-git'
_gitname='dash'
@@ -11,7 +15,7 @@ url="https://www.dash.org/"
depends=('qt5-base' 'boost' 'boost-libs' 'miniupnpc' 'openssl')
makedepends=('autoconf' 'automake' 'binutils' 'gcc' 'libtool' 'make' 'pkg-config' 'git' 'qrencode' 'automoc4' 'protobuf' 'qt5-tools')
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.)"
+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). WARNING: Unstable, development version."
provides=('dashd' 'dash-qt' 'dash-cli')
conflicts=('dashcore')
source=("git://github.com/dashpay/dash.git")