summarylogtreecommitdiffstats
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
parentf3ddf791fe69ccf66c35dec517ccbd8f3f579e7c (diff)
downloadaur-fwallet-git.tar.gz
chore: bump version
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7bb3ea1b069..5e0000d94acd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fwallet-git
pkgdesc = A beautiful cross-platform wallet application.
- pkgver = v1.1.5.r0.gc6071d1
+ pkgver = v1.1.6.r0.g3c08b77
pkgrel = 1
url = https://gitlab.com/TheOneWithTheBraid/f_wallet
arch = x86_64
@@ -14,8 +14,6 @@ pkgbase = fwallet-git
depends = jsoncpp
depends = libsecret
depends = xdg-user-dirs
- depends = libolm
- depends = zenity
provides = fwallet
conflicts = fwallet
options = !strip
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'