summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Palencia2018-11-16 05:54:48 +0000
committerMiguel Palencia2018-11-16 05:54:48 +0000
commit213d5f3c5ef40e52ebc0b8be3b650918ee8b1ea5 (patch)
treef4ab3912ec6a4ad825c2c198efc62cd9da455624
parentdc783e0f3304157b5d2725041bdef2c5837d9de2 (diff)
downloadaur-213d5f3c5ef40e52ebc0b8be3b650918ee8b1ea5.tar.gz
update to 0.16.2
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4e0c1845b98..e2453bf2dfdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=qtum
-pkgver=0.16.1
+pkgver=0.16.2
pkgrel=1
pkgdesc="Qtum Desktop"
arch=('x86_64')
url="https://qtum.org"
license=('GPL-3.0')
depends=('glibc')
-source=("http://repo.qtum.org/apt/qtum_0.16.1_amd64.deb")
-sha256sums=('8c831a7f83d5dd8b2e9cb81dbe5da97ae7e3b86c5c07e8ad3e0df41d256d5c9c')
+source=("http://repo.qtum.org/apt/qtum_0.16.2_amd64.deb")
+sha256sums=('39c498bff8089c62b2cc0fdb5daeac2fc5ff007b0a5e30462cf8d77529d17367')
package() {
- bsdtar -O -xf qtum_0.16.1_amd64.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ bsdtar -O -xf qtum_0.16.2_amd64.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
find "${pkgdir}" -type d -exec chmod 755 {} +
}