summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-26 11:00:26 +0800
committerzxp198210052023-08-26 11:00:26 +0800
commitd40604e11604b60b2457dedbfcbd6d441f104d58 (patch)
treeb4e5a04e619555aee81291b349779c39b3d7b1fe
parent5daee9bb02246b66a72abbd5d9738b672528e8f4 (diff)
downloadaur-d40604e11604b60b2457dedbfcbd6d441f104d58.tar.gz
update to 5.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 874631fb18de..6c3862b28f80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yarle-evernote-to-md-bin
pkgdesc = Yarle - The ultimate converter of Evernote notes to Markdown
- pkgver = 5.3.2
+ pkgver = 5.5.0
pkgrel = 1
url = https://github.com/akosbalasko/yarle
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = yarle-evernote-to-md-bin
depends = hicolor-icon-theme
provides = yarle-evernote-to-md
conflicts = yarle-evernote-to-md
- source = yarle-evernote-to-md-5.3.2.deb::https://github.com/akosbalasko/yarle/releases/download/v5.3.2/yarle-evernote-to-md_linux_amd64.deb
+ source = yarle-evernote-to-md-5.5.0.deb::https://github.com/akosbalasko/yarle/releases/download/v5.5.0/yarle-evernote-to-md_linux_amd64.deb
source = LICENSE::https://raw.githubusercontent.com/akosbalasko/yarle/master/LICENSE
source = yarle-evernote-to-md.sh
- sha256sums = ed8a714c5479f67e201c58e5b86ecbe592e9e4eff264779af642ff4a75f9ccee
+ sha256sums = d1802e6751565a1f4c37329c128c4c556c1c8e6c92fbccf4dfba1dc0ecc59dad
sha256sums = 16691c563f896a0d485a742fbd5a389fc7c798ff606c75cb3f753bb7297a9bdb
sha256sums = abfe6eb1eb8210af19a98509a662bc1a525e67f0275c51cb6b5d36226cf2b336
diff --git a/PKGBUILD b/PKGBUILD
index f2145a01dec6..cb09b814133d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=yarle-evernote-to-md-bin
-pkgver=5.3.2
+pkgver=5.5.0
pkgrel=1
pkgdesc="Yarle - The ultimate converter of Evernote notes to Markdown"
arch=(x86_64)
@@ -12,16 +12,16 @@ provides=("${pkgname%-bin}")
source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_linux_amd64.deb"
"LICENSE::https://raw.githubusercontent.com/akosbalasko/yarle/master/LICENSE"
"${pkgname%-bin}.sh")
-sha256sums=('ed8a714c5479f67e201c58e5b86ecbe592e9e4eff264779af642ff4a75f9ccee'
+sha256sums=('d1802e6751565a1f4c37329c128c4c556c1c8e6c92fbccf4dfba1dc0ecc59dad'
'16691c563f896a0d485a742fbd5a389fc7c798ff606c75cb3f753bb7297a9bdb'
'abfe6eb1eb8210af19a98509a662bc1a525e67f0275c51cb6b5d36226cf2b336')
prepare() {
bsdtar -xf "${srcdir}/data.tar.xz"
+ sed "s|/opt/${pkgname%-bin}/${pkgname%-bin} %U|${pkgname%-bin}|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"
}
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"
install -Dm644 "${srcdir}/opt/${pkgname%-bin}/resources/app.asar" "${pkgdir}/opt/${pkgname%-bin}/${pkgname%-bin}"
- sed "s|/opt/${pkgname%-bin}/${pkgname%-bin} %U|${pkgname%-bin}|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"
install -Dm644 "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
for _icons in 64x64 192x192 512x512;do
install -Dm644 "${srcdir}/usr/share/icons/hicolor/${_icons}/apps/${pkgname%-bin}.png" \