summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMargret Riegert2023-01-14 22:34:12 -0500
committerMargret Riegert2023-01-14 22:34:12 -0500
commit7df0d4c6c2e3a0c3c87156ed16e8bcb1ecd503de (patch)
tree5c29273ceec0ebadf8bdbabcdb31d7b7089c899c
parent071757bf52001cc149d1748fffe6d3e409c7857e (diff)
downloadaur-7df0d4c6c2e3a0c3c87156ed16e8bcb1ecd503de.tar.gz
Updated to 0.8.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80c88485bfe9..eddc44a39e0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = panwriter
pkgdesc = Markdown editor with pandoc integration and paginated preview
- pkgver = 0.8.4
+ pkgver = 0.8.5
pkgrel = 1
url = https://panwriter.com
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = panwriter
depends = libindicator-gtk2
depends = libdbusmenu-gtk2
depends = nss
- noextract = panwriter-0.8.4.AppImage
- source = panwriter-0.8.4.AppImage::https://github.com/mb21/panwriter/releases/download/v0.8.4/PanWriter-0.8.4.AppImage
- sha256sums = f48129bb07488e7c09c1f1450dbd476219e0bf51ceb7cb7c780412df042a202b
+ noextract = panwriter-0.8.5.AppImage
+ source = panwriter-0.8.5.AppImage::https://github.com/mb21/panwriter/releases/download/v0.8.5/PanWriter-0.8.5.AppImage
+ sha256sums = ea3390a5371cdfa45d921c160b26c5cb94e6ba9f8f6e1809f3d8d569da38912e
pkgname = panwriter
diff --git a/PKGBUILD b/PKGBUILD
index 572171e04385..23c27dda4092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=panwriter
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
pkgdesc="Markdown editor with pandoc integration and paginated preview"
arch=('x86_64')
@@ -18,7 +18,7 @@ depends=(
makedepends=('gendesk')
noextract=("${pkgname}-${pkgver}.AppImage")
source=("${pkgname}-${pkgver}.AppImage::https://github.com/mb21/panwriter/releases/download/v${pkgver}/PanWriter-${pkgver}.AppImage")
-sha256sums=('f48129bb07488e7c09c1f1450dbd476219e0bf51ceb7cb7c780412df042a202b')
+sha256sums=('ea3390a5371cdfa45d921c160b26c5cb94e6ba9f8f6e1809f3d8d569da38912e')
package() {
chmod 755 ./${pkgname}-${pkgver}.AppImage