summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHu3rror2023-11-22 12:15:19 +0800
committerHu3rror2023-11-22 12:15:19 +0800
commitc5e749736d37c4a8b18b26cb70e56d87138e6165 (patch)
tree1073ef1553b5d68104dc38b00d8cc4e1c1405f80
parent6e4f87ee1cd3a99456ea768ac5e16d3cb6d69502 (diff)
downloadaur-c5e749736d37c4a8b18b26cb70e56d87138e6165.tar.gz
update to 2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05cddb35bc35..44793e75d7b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wonderpen-bin
pkgdesc = A professional writing app with a focused mode and markdown support
- pkgver = 2.3.5
+ pkgver = 2.4.0
pkgrel = 1
url = https://www.tominlab.com/en/wonderpen
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = wonderpen-bin
depends = nss
depends = xdg-utils
provides = wonderpen
- source = https://file.tominlab.com/WonderPen/2.3/WonderPen_linux_amd64_2.3.5(7074).deb
- sha256sums = 59a2a9623fe6002f7d2f509f9236ab8adf24a34a78f48823629bbb2012eb41b4
+ source = https://file.tominlab.com/WonderPen/2.4/WonderPen_linux_amd64_2.4.0(7226).deb
+ sha256sums = e32546cc6ba9e40adb487f1d4291e610df4a4d97f2b22c0ebc15d83bce88c92b
pkgname = wonderpen-bin
diff --git a/PKGBUILD b/PKGBUILD
index cd9b02ef7647..d488bc661df9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: ventusliberum <dafeinayius@gmail.com>
pkgname=wonderpen-bin
-pkgver=2.3.5
-_pkgver=7074
+pkgver=2.4.0
+_pkgver=7226
pkgrel=1
pkgdesc='A professional writing app with a focused mode and markdown support'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('custom')
depends=('libappindicator-gtk3' 'libnotify' 'libxss' 'nss' 'xdg-utils')
provides=('wonderpen')
source=("https://file.tominlab.com/WonderPen/${pkgver%.*}/WonderPen_linux_amd64_${pkgver}(${_pkgver}).deb")
-sha256sums=('59a2a9623fe6002f7d2f509f9236ab8adf24a34a78f48823629bbb2012eb41b4')
+sha256sums=('e32546cc6ba9e40adb487f1d4291e610df4a4d97f2b22c0ebc15d83bce88c92b')
package() {
# Install
@@ -21,5 +21,5 @@ package() {
install -dm755 "${pkgdir}"/usr/bin
ln -s /opt/WonderPen/wonderpen "${pkgdir}"/usr/bin/wonderpen
sed -i 's|^Exec=/opt/WonderPen/wonderpen %U|Exec=wonderpen %F|g' "${pkgdir}"/usr/share/applications/wonderpen.desktop
- install -Dm 644 "${pkgdir}"/usr/share/icons/hicolor/0x0/apps/wonderpen.png "${pkgdir}"/usr/share/pixmaps/wonderpen.png
+ install -Dm 644 "${pkgdir}"/usr/share/icons/hicolor/512x512/apps/wonderpen.png "${pkgdir}"/usr/share/pixmaps/wonderpen.png
}