summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheGuardianWolf2018-01-21 16:23:37 +0000
committerTheGuardianWolf2018-01-21 16:23:37 +0000
commit3b437f2f05271708e9acf945ca6536230b61f6c8 (patch)
tree60421f34237048848f21ce289ce559d4ae33cb08
parent143162c5729bc961dad47dcea99fa936413c4926 (diff)
downloadaur-3b437f2f05271708e9acf945ca6536230b61f6c8.tar.gz
Fixed errors in packaging
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e5369fbb83d..d716820fa7f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: TheGuardianWolf <lichking21st(at)windowslive.com>
-pkgname=garliccoin-cli
+pkgname=garliccoin-cli-git
_gitname=Garlicoin
pkgver=v0.15.0.1rc1.46.g44da89deb
pkgrel=1
@@ -9,8 +9,8 @@ license=('MIT')
pkgdesc="Peer-to-peer digital meme godcoin"
depends=('gcc-libs' 'miniupnpc' 'openssl' 'db4.8')
makedepends=('pkg-config' 'git' 'boost-libs' 'boost' 'gcc' 'make' 'automake' 'autoconf' 'libtool')
-provides=('garlicoin')
-conflicts=('garlicoin')
+provides=('garlicoin-cli')
+conflicts=('garlicoin-cli' 'garlicoin')
source=('git://github.com/retosen/Garlicoin.git')
sha256sums=('SKIP')