summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron Miller2017-04-11 01:11:14 -0700
committerAaron Miller2017-04-11 01:11:14 -0700
commit8b381592b71b7158d1cd7c062dd320b319041460 (patch)
tree54591b658d744f4bcdd337ae468c0ce2149fda7e /PKGBUILD
parent62b41acefbf83fd0d64d514e7ee2daac700ee0ac (diff)
downloadaur-8b381592b71b7158d1cd7c062dd320b319041460.tar.gz
v.2.1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbf6815ee8f9..bf5c689ad5fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=("pivx-daemon" "pivx-cli" "pivx-qt")
pkgbase=pivx
_pkgbase=${pkgbase^^}
-pkgver=2.1.6
-pkgrel=5
+pkgver=2.1.7
+pkgrel=1
arch=("i686" "x86_64")
url="https://pivx.org/"
depends=("boost-libs")
makedepends=("boost" "qt5-tools" "miniupnpc" "openssl" "protobuf" "qrencode" "db4.8")
pkgdesc="Transactional security and privacy-focused decentralized open source cryptocurrency "
license=("MIT")
-source=("https://github.com/PIVX-Project/PIVX/archive/v2.1.6.tar.gz")
-sha256sums=("990f70fe7c4dc487694018a41264c79c94c4e58d5529212b8dc09f4658215bb4")
+source=("https://github.com/PIVX-Project/PIVX/archive/v2.1.7.tar.gz")
+sha256sums=("68e55e3f4297635fe194f624ec98bef211e3f55811ca140627967bddfd360b29")
build() {
cd "${srcdir}/${_pkgbase}-${pkgver}"