summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-03-12 22:20:46 +1300
committertee2024-03-12 22:20:46 +1300
commit63b5d8f9e3d448b4576b75b2398325eb1bd3d973 (patch)
treed8f43ae9d1a1c725d5aadda543c7ede938956a3c
parentb1efe6387d59b210a02016fd2b66846c84042da8 (diff)
downloadaur-63b5d8f9e3d448b4576b75b2398325eb1bd3d973.tar.gz
Updated to 0.5.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9dec12f8113..19ae6083c3e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = appflowy-bin
pkgdesc = AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations.
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://appflowy.io
arch = x86_64
@@ -8,12 +8,11 @@ pkgbase = appflowy-bin
depends = xdg-user-dirs
depends = gtk3
depends = libkeybinder3
- depends = openssl-1.1
provides = appflowy
conflicts = appflowy
- source = https://github.com/AppFlowy-IO/AppFlowy/raw/0.5.0/LICENSE
- source = https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.5.0/AppFlowy-0.5.0-linux-x86_64.deb
+ source = https://github.com/AppFlowy-IO/AppFlowy/raw/0.5.1/LICENSE
+ source = https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.5.1/AppFlowy-0.5.1-linux-x86_64.deb
b2sums = 6fa2a6adf165a614637f4aae5b323c427b99c2d13f9ab55eefae012dc3dbeebe5957cd2e2497e4c38426088a41dac89f6ac6284af6cf6a4a67a6780f409e8237
- b2sums = 290b4c51328f1d1852451de41311ea2dbab2bfae371d958e22334370e00fbe04d4f615289d253cf111c3094e52b29873be1ea4c51b0f75a6920676002a793b30
+ b2sums = a88dfe5947ba27c5ee94667496177c29f9439a017cfd5c02800e0abf183f2074e256c16524f496e7b4da6502f1c4a409a9b154ece0e35e248bb9681922811184
pkgname = appflowy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 56fbdfbf9b9a..3dcd8913b7f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=appflowy-bin
_pkgname=appflowy
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations."
arch=(x86_64)
@@ -11,13 +11,13 @@ url="https://appflowy.io"
license=('AGPL')
provides=('appflowy')
conflicts=('appflowy')
-depends=('xdg-user-dirs' 'gtk3' 'libkeybinder3' 'openssl-1.1')
+depends=('xdg-user-dirs' 'gtk3' 'libkeybinder3')
_src="https://github.com/AppFlowy-IO/AppFlowy"
source=(
- "${_src}/raw/$pkgver/LICENSE"
- "${_src}/releases/download/$pkgver/AppFlowy-$pkgver-linux-$arch.deb")
+ "$_src/raw/$pkgver/LICENSE"
+ "$_src/releases/download/$pkgver/AppFlowy-$pkgver-linux-$arch.deb")
b2sums=('6fa2a6adf165a614637f4aae5b323c427b99c2d13f9ab55eefae012dc3dbeebe5957cd2e2497e4c38426088a41dac89f6ac6284af6cf6a4a67a6780f409e8237'
- '290b4c51328f1d1852451de41311ea2dbab2bfae371d958e22334370e00fbe04d4f615289d253cf111c3094e52b29873be1ea4c51b0f75a6920676002a793b30')
+ 'a88dfe5947ba27c5ee94667496177c29f9439a017cfd5c02800e0abf183f2074e256c16524f496e7b4da6502f1c4a409a9b154ece0e35e248bb9681922811184')
package(){
cd "$pkgdir"