summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn-Gee2021-01-03 13:43:32 -0800
committerJohn-Gee2021-01-03 13:43:32 -0800
commitbb5393ed383c741f1bba01a6f7afa5d60c24073b (patch)
treecc91d6e01153f70454ea9ef36114b47e68cf8d80 /PKGBUILD
parente79c81b2850dc42e663f7c38fbdd14dbe3f73699 (diff)
downloadaur-bb5393ed383c741f1bba01a6f7afa5d60c24073b.tar.gz
Updated provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a592cf9dd906..a39654597f9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Cryptocurrency"
arch=('x86_64' 'i686')
url="http://dogecoin.com/"
license=('MIT')
-provides=('dogecoin-qt')
+provides=('dogecoin-daemon' 'dogecoin-tx' 'dogecoin-cli' )
depends=('miniupnpc' 'boost-libs' 'protobuf' 'openssl-1.0' 'db' 'libevent')
makedepends=('boost' 'gcc' 'make' 'git' 'qt5-tools' 'miniupnpc' 'boost-libs' 'protobuf' 'openssl' 'db')
source=("https://github.com/$_binname/$_binname/archive/v${pkgver}.tar.gz"