summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2019-08-28 11:36:17 +0530
committerJishnu Mohan2019-08-28 11:36:17 +0530
commit287baa8633e9cb78c3bff27576301af3a75f06ef (patch)
tree8177cd51e7423b73bd586ddb8a9b93052c25ae30
parent5003c1f07214e64ec64280624c52296dadedd845 (diff)
downloadaur-287baa8633e9cb78c3bff27576301af3a75f06ef.tar.gz
v2.0.0 release
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d991eaa0ec3..b166660407a8 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 = 1.9.5
+ pkgver = 2.0.0
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/1.9.5.zip
- sha256sums = 0314f89139d536f64e017bbf0e7c2a0a7fca4f7aa2b64aeabe058d90f24ada9b
+ source = https://github.com/lainsce/quilter/archive/2.0.0.zip
+ sha256sums = 1877c56eaadf918fd45b477aa43ab1660ee450c9998c465a49329169faae50d5
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index 6a231753cfa5..7f96b96f2286 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=1.9.5
+pkgver=2.0.0
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=('0314f89139d536f64e017bbf0e7c2a0a7fca4f7aa2b64aeabe058d90f24ada9b')
+sha256sums=('1877c56eaadf918fd45b477aa43ab1660ee450c9998c465a49329169faae50d5')
build () {
cd $srcdir/$pkgname-$pkgver