summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-01-31 23:01:18 +0800
committerzxp198210052024-01-31 23:01:18 +0800
commit8572c93f51e713de806054f78852548c8d1b4e5f (patch)
tree7f935f471c4b5a32b3c9579e1f88c888973627c2
parent5d1af5cfa71a1cb3d8de5616d4c175d7a047ccbb (diff)
downloadaur-8572c93f51e713de806054f78852548c8d1b4e5f.tar.gz
update to 0.7.2
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b030abbf689..f1bdb6434320 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,16 @@
pkgbase = mark-flowy-bin
pkgdesc = Modern markdown editor application, Build fast and efficient workflows.
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://markflowy.vercel.app/
arch = x86_64
- license = AGPL3
- depends = cairo
+ license = AGPL-3.0-only
depends = gtk3
- depends = webkit2gtk-4.1
depends = hicolor-icon-theme
- depends = gdk-pixbuf2
- depends = libsoup3
- depends = pango
- depends = libxcb
- provides = mark-flowy=0.7.1
+ depends = webkit2gtk-4.1
+ provides = mark-flowy=0.7.2
conflicts = mark-flowy
- source = mark-flowy-0.7.1.deb::https://github.com/drl990114/MarkFlowy/releases/download/v0.7.1/MarkFlowy_0.7.1_linux_x86_64.deb
- sha256sums = 9cbe0d172e4151178a9f9e86f982c13e244e70c929cbce53de11f8ded3ac0874
+ source = mark-flowy-0.7.2.deb::https://github.com/drl990114/MarkFlowy/releases/download/v0.7.2/MarkFlowy_0.7.2_linux_x86_64.deb
+ sha256sums = ee6fe9ec3e7f39bf68c9b4bc2f975b1e62854e8bb99702a453f30f99353e760f
pkgname = mark-flowy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 19a004528abd..a20fc73eb6cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1,24 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=mark-flowy-bin
_pkgname=MarkFlowy
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Modern markdown editor application, Build fast and efficient workflows."
arch=("x86_64")
url="https://markflowy.vercel.app/"
_ghurl="https://github.com/drl990114/MarkFlowy"
-license=('AGPL3')
+license=('AGPL-3.0-only')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
- 'cairo'
'gtk3'
- 'webkit2gtk-4.1'
'hicolor-icon-theme'
- 'gdk-pixbuf2'
- 'libsoup3'
- 'pango'
- 'libxcb'
+ 'webkit2gtk-4.1'
)
source=(
"${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_${CARCH}.deb"
)
-sha256sums=('9cbe0d172e4151178a9f9e86f982c13e244e70c929cbce53de11f8ded3ac0874')
+sha256sums=('ee6fe9ec3e7f39bf68c9b4bc2f975b1e62854e8bb99702a453f30f99353e760f')
build() {
bsdtar -xf "${srcdir}/data.tar.gz"
}