summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Reiner2018-02-05 21:52:53 +0000
committerWalter Reiner2018-02-05 21:52:53 +0000
commite9af4d87a0ec4ca3b25a05cfd965b627ff0acdc0 (patch)
tree2af37d4ebe8f52782d82726d6f0608eafc97ad74
parente5c98e1964e8276e0632a5a1345541aa1ab238fb (diff)
downloadaur-e9af4d87a0ec4ca3b25a05cfd965b627ff0acdc0.tar.gz
Add conflicts to turtlecoin-git package, remove dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e96bf317b559..f04c2e961225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,7 @@ pkgbase = turtlecoin-bin
install = turtlecoin-bin.install
arch = x86_64
license = custom
- makedepends = git
- makedepends = cmake
- depends = boost-libs
- depends = boost
+ conflicts = turtlecoin-git
source = https://github.com/turtlecoin/turtlecoin/releases/download/v0.3.0/TurtleCoin-v0.3.0-linux-static-CLI.tar.gz
sha256sums = 35b643d3646f52c472fa24c008aa5e17301a93db0a005bb48b7c5cc8ddc642e0
diff --git a/PKGBUILD b/PKGBUILD
index 4f7bd92ac5c4..f9c4b697ee3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,7 @@ arch=('x86_64')
url="https://turtlecoin.lol"
license=('custom')
install="${pkgname}.install"
-makedepends=('git' 'cmake')
-depends=('boost-libs' 'boost')
+conflicts=('turtlecoin-git')
source=("https://github.com/turtlecoin/turtlecoin/releases/download/${pkgver}/TurtleCoin-${pkgver}-linux-static-CLI.tar.gz")
sha256sums=('35b643d3646f52c472fa24c008aa5e17301a93db0a005bb48b7c5cc8ddc642e0')