summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel Palencia2024-02-20 20:01:04 +0000
committerMiguel Palencia2024-02-20 20:01:04 +0000
commit1545abc493c5dadae5cc5348b005f1c83cb6788d (patch)
treeaf9ee997c86d6ca996071c0ecd0f9316bd7077af /PKGBUILD
parent4fbb9a2da2168eb74ab0f5ab29d15dbc60d2d54a (diff)
downloadaur-qtum-core-bin.tar.gz
bug fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cfb01720d43..5c97068a6b6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
pkgname=qtum-core-bin
pkgver=0.24.1
-pkgrel=1
+pkgrel=4
pkgdesc="Qtum Desktop Binary release"
arch=('x86_64')
url="https://qtum.org"
license=('GPL-3.0')
depends=(glibc)
-source=("https://repo.qtum.info/apt/ubuntu/pool/main/q/qtum/qtum_0.24.1-2_amd64.deb")
-sha256sums=('b1d25cf76c81db146e6c81acbc9a5d9ee3b2dcd1fc1b9102bb5edae21221ee99')
+source=("https://repo.qtum.info/apt/ubuntu/pool/main/q/qtum/qtum_0.24.1-4_amd64.deb")
+sha256sums=('6cbd98e8119a2b90597e8a16b58cd71b42253d0663bf975260051bc200c2b09d')
package() {
- bsdtar -O -xf qtum_0.24.1-2_amd64.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ bsdtar -O -xf qtum_0.24.1-4_amd64.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
find "${pkgdir}" -type d -exec chmod 755 {} +
}