summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranonimal2019-07-03 04:10:06 +0000
committeranonimal2019-07-03 04:16:39 +0000
commit2ad25de27ef5a81cf6c4f2159132d84f873619ab (patch)
tree2760bedb0b0488c67e4f4a3811385d44c388287a
parent5fab450db8376ef14d883ad8576da30891383a7f (diff)
downloadaur-2ad25de27ef5a81cf6c4f2159132d84f873619ab.tar.gz
Add missing monero-blockchain-* binaries to install
Pruning binaries were released in the previous point release and stats were released in this current release. I have no idea how they didn't make into PKGBUILD because I always check before committing. Maybe these additions were lost in a git-stash or something else?... :/
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e94347f1ca8c..6f71b3fc385d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = monero
pkgdesc = Monero: the secure, private, untraceable currency - release version (includes daemon, wallet and miner)
pkgver = 0.14.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://getmonero.org/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 07a44605931a..5afbaa14c063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase="monero"
pkgname=('monero' 'libmonero-wallet')
pkgver=0.14.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Monero: the secure, private, untraceable currency - release version (includes daemon, wallet and miner)"
license=('custom:Cryptonote')
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -70,6 +70,9 @@ package_monero() {
install -Dm755 "${srcdir}/${_monero}/build/bin/monero-blockchain-export" "${pkgdir}/usr/bin/monero-blockchain-export"
install -Dm755 "${srcdir}/${_monero}/build/bin/monero-blockchain-import" "${pkgdir}/usr/bin/monero-blockchain-import"
install -Dm755 "${srcdir}/${_monero}/build/bin/monero-blockchain-mark-spent-outputs" "${pkgdir}/usr/bin/monero-blockchain-mark-spent-outputs"
+ install -Dm755 "${srcdir}/${_monero}/build/bin/monero-blockchain-prune" "${pkgdir}/usr/bin/monero-blockchain-prune"
+ install -Dm755 "${srcdir}/${_monero}/build/bin/monero-blockchain-prune-known-spent-data" "${pkgdir}/usr/bin/monero-blockchain-prune-known-spent-data"
+ install -Dm755 "${srcdir}/${_monero}/build/bin/monero-blockchain-stats" "${pkgdir}/usr/bin/monero-blockchain-stats"
install -Dm755 "${srcdir}/${_monero}/build/bin/monero-blockchain-usage" "${pkgdir}/usr/bin/monero-blockchain-usage"
install -Dm755 "${srcdir}/${_monero}/build/bin/monerod" "${pkgdir}/usr/bin/monerod"