[arch-commits] Commit in bitcoin/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Oct 15 16:50:34 UTC 2017


    Date: Sunday, October 15, 2017 @ 16:50:34
  Author: arojas
Revision: 262940

protobuf 3.4.0 rebuild

Modified:
  bitcoin/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-15 16:45:32 UTC (rev 262939)
+++ PKGBUILD	2017-10-15 16:50:34 UTC (rev 262940)
@@ -6,7 +6,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
 pkgver=0.15.0.1
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/"
 makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 'protobuf' 'zeromq')
@@ -158,7 +158,7 @@
 
 package_bitcoin-qt() {
   pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs desktop-file-utils libevent qt5-base miniupnpc qrencode protobuf zeromq)
+  depends=(boost-libs libevent qt5-base miniupnpc qrencode protobuf zeromq)
 
   cd $pkgbase-$pkgver
   install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt



More information about the arch-commits mailing list