Update PKGBUILD

This commit is contained in:
Hanh 2023-03-16 04:45:35 +01:00
parent a1c591f37d
commit 1829bc2916
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Hanh Huynh Huu <hanh425 at gmail dot com>
pkgname=ywallet-bin
pkgver=1.3.5
pkgrel=398
pkgver=1.3.6
pkgrel=421
pkgdesc='Ycash/Zcash wallet'
arch=('x86_64')
url='https://ywallet.app'
@ -21,8 +21,8 @@ changelog=
source=(zwallet.tgz::https://github.com/hhanh00/zwallet/releases/download/v${pkgver}%2B${pkgrel}/zwallet.tgz
libwarp_api_ffi.so::https://github.com/hhanh00/zwallet/releases/download/v${pkgver}%2B${pkgrel}/libwarp_api_ffi.so)
noextract=('zwallet.tgz')
sha256sums=('69d28179d6dc7706737aa2fe122e0f55865c8e936ef5c7901193f706c3fc498f'
'9ad22794ab965be36abb1bfb2a885c2d7cde3340bc0a3cbbc014f94376eba612')
sha256sums=('9ff37f578424ccc33dc2e15c520efdbc9e0543a2c361ce634fae758c14ceb60a'
'27fe3b3870473317da374ece00eca1972e5f4bd9af459b541ce2de6016182732')
prepare() {
mkdir -p ywallet

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.3.6+421
version: 1.3.6+422
environment:
sdk: ">=2.12.0 <3.0.0"