summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2019-12-06 22:12:49 +0530
committerJishnu Mohan2019-12-06 22:12:49 +0530
commitc1dcdbd26b487805ee255398c83fc2f72c257986 (patch)
treebc8ff83e4ff9c5f03295f51b5d6bb91ec5c1d9e3
parent71ba464bb5cf192bc88238383596d9230069e620 (diff)
downloadaur-c1dcdbd26b487805ee255398c83fc2f72c257986.tar.gz
v2.0.3
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9f77de037a1..4a0795170e49 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.2
+ pkgver = 2.0.3
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.2.zip
- sha256sums = 26a6f439e2c919a37773ea9ddc0b8601c7aee32fa2d58079e27eed6234c3fa7b
+ source = https://github.com/lainsce/quilter/archive/2.0.3.zip
+ sha256sums = 50363e8b2b52e90f536b9fe70d589bd9d0c6211e344fd1d67e85a2866e992d93
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index d5aab1c3c364..7afde638b488 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=2.0.2
+pkgver=2.0.3
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=('26a6f439e2c919a37773ea9ddc0b8601c7aee32fa2d58079e27eed6234c3fa7b')
+sha256sums=('50363e8b2b52e90f536b9fe70d589bd9d0c6211e344fd1d67e85a2866e992d93')
build () {
cd $srcdir/$pkgname-$pkgver