summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThe one with the braid2024-06-22 13:00:52 +0200
committerThe one with the braid2024-06-22 13:00:52 +0200
commit333754208fbb1b4a5a853391f1f7c67d281dc3ce (patch)
treee5d2204ddf67daa2528ed1503cbf02e8cc369421 /PKGBUILD
parentf3ddf791fe69ccf66c35dec517ccbd8f3f579e7c (diff)
downloadaur-fwallet-git.tar.gz
chore: bump version
Signed-off-by: The one with the braid <info@braid.business>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 473b36947eec..f5d0214eee67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fwallet-git
_name=fwallet
_appid=business.braid.f_wallet
-pkgver=v1.1.5.r0.gc6071d1
+pkgver=v1.1.6.r0.g3c08b77
pkgrel=1
pkgdesc="A beautiful cross-platform wallet application."
# Flutter officially supports amd64 and AArch64
@@ -17,10 +17,6 @@ depends=(
'libsecret'
# path_provider
'xdg-user-dirs'
- # for e2ee
- 'libolm'
- # flutter_file_picker - see https://github.com/miguelpruivo/flutter_file_picker/blob/master/lib/src/linux/file_picker_linux.dart#L115
- 'zenity'
)
makedepends=(
'git'