summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2019-10-31 15:21:40 +0530
committerJishnu Mohan2019-10-31 15:21:40 +0530
commit71ba464bb5cf192bc88238383596d9230069e620 (patch)
tree34a64724e07df548266a45f8bc0b4e8a807f3dac
parent4b98b270ea9d5e50848462b604a508a4df7cc69b (diff)
downloadaur-71ba464bb5cf192bc88238383596d9230069e620.tar.gz
v2.0.2
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c8f5e3c7b9..d9f77de037a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quilter
pkgdesc = Focus on your writing and write beautiful solid stories with the Focus Mode in tow in this Markdown editor.
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/lainsce/quilter
install = quilter.install
@@ -16,8 +16,8 @@ pkgbase = quilter
depends = discount
depends = webkit2gtk
depends = gtkspell3
- source = https://github.com/lainsce/quilter/archive/2.0.1.zip
- sha256sums = 06a244f1e3020f2702fc58668d030849d6b2d9cec3e8d1b679a1ab4d3e709011
+ source = https://github.com/lainsce/quilter/archive/2.0.2.zip
+ sha256sums = 26a6f439e2c919a37773ea9ddc0b8601c7aee32fa2d58079e27eed6234c3fa7b
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index eb4e89e3eb6b..d5aab1c3c364 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="Focus on your writing and write beautiful solid stories with the Focus Mode in tow in this Markdown editor."
arch=(any)
@@ -13,7 +13,7 @@ install=quilter.install
source=(
"https://github.com/lainsce/quilter/archive/${pkgver}.zip"
)
-sha256sums=('06a244f1e3020f2702fc58668d030849d6b2d9cec3e8d1b679a1ab4d3e709011')
+sha256sums=('26a6f439e2c919a37773ea9ddc0b8601c7aee32fa2d58079e27eed6234c3fa7b')
build () {
cd $srcdir/$pkgname-$pkgver