Ok, fixed that!
Search Criteria
Package Details: dashcore-git 6913.9646c5f-1
Package Actions
| Package Base: | dashcore-git |
|---|---|
| Description: | 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.) |
| Upstream URL: | https://www.dashpay.io/ |
| Category: | network |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | vertoe |
| Maintainer: | vertoe |
| Last Packager: | vertoe |
| Votes: | 2 |
| First Submitted: | 2015-03-30 20:12 |
| Last Updated: | 2015-05-08 20:17 |
Latest Comments
Comment by vertoe
Comment by deusstultus
I've pushed a request to purge the darkcoin* packages to clean conflicts. Some minor cleanup as well:
--- a/PKGBUILD 2015-04-02 15:49:53.321087747 -0500
+++ b/PKGBUILD 2015-04-02 15:52:43.361091320 -0500
@@ -36 +36 @@
- ./configure --with-incompatible-bdb --with-gui=qt5 --with-daemon --with-cli --disable-debug --disable-tests
+ ./configure --with-incompatible-bdb --with-gui=qt5 --enable-tests=no
@@ -38,3 +37,0 @@
- strip ./src/qt/dash-qt
- strip ./src/dashd
- strip ./src/dash-cli
Stripping handled by makepkg in more recent pacman releases and configure parameters tuned a bit, ignoring default reasserts and properly establishing tests disable.