summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron Miller2017-04-19 01:21:11 -0700
committerAaron Miller2017-04-19 01:21:11 -0700
commitf3f030bfc7e2aad24f23952ab7a803916b558853 (patch)
treee8a730c259e60099bf5e4b2eedc961893fb86f72 /PKGBUILD
parent8b381592b71b7158d1cd7c062dd320b319041460 (diff)
downloadaur-f3f030bfc7e2aad24f23952ab7a803916b558853.tar.gz
v2.2.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf5c689ad5fe..6488df8ece7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=("pivx-daemon" "pivx-cli" "pivx-qt")
pkgbase=pivx
_pkgbase=${pkgbase^^}
-pkgver=2.1.7
+pkgver=2.2.0
pkgrel=1
arch=("i686" "x86_64")
url="https://pivx.org/"
@@ -11,8 +11,8 @@ 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.7.tar.gz")
-sha256sums=("68e55e3f4297635fe194f624ec98bef211e3f55811ca140627967bddfd360b29")
+source=("https://github.com/PIVX-Project/PIVX/archive/v2.2.0.tar.gz")
+sha256sums=("a83365b013bc9415871a30dc3eee755070f2f2c7cf5f483851a2fbb93753ed89")
build() {
cd "${srcdir}/${_pkgbase}-${pkgver}"