summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d5c5d6e515f..a9b43d095cd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _branch=0.17
## Build from latest tag
#_tag=$(git ls-remote -t --refs https://github.com/bitcoin/bitcoin.git | awk '{print $2}' | LC_ALL=C sort -bfV | sed '/rc[0-9]/d' | tail -n1 | sed -n -e 's/^.*tags\///p')
pkgname=bitcoin-gui-git
-pkgver=v0.17.1.r24.g0a0b2ea11f
+pkgver=v0.17.1.r32.g392d1382c1
pkgrel=1
pkgdesc='Most recent stable branch, UPNP disabled, w/ Bitcoin binaries, dev tools, GUI, and wallet'
arch=('i686' 'x86_64')
@@ -38,7 +38,6 @@ build() {
./autogen.sh
./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt5 --without-miniupnpc
make -j$(nproc) check
-
}
package() {