summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2020-04-04 13:18:10 +0530
committerJishnu Mohan2020-04-04 13:18:10 +0530
commit382c1f19afb099415e5792db08616de15961caa7 (patch)
tree301020a32b53843eda953ba3ee5464731a20f768
parentf7fec4466a83c0e6caaa102e1523d7aa148fb87e (diff)
downloadaur-382c1f19afb099415e5792db08616de15961caa7.tar.gz
v2.2.2
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e551ac7e3bab..d8c39134303d 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.1.2
+ pkgver = 2.2.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.1.2.zip
- sha256sums = d9035f329670e50d026d5dfa6d2ec2022726fdae430631d9b1de45362fce2805
+ source = https://github.com/lainsce/quilter/archive/2.2.2.zip
+ sha256sums = 0dee17bc01e395d644261c1459b634e7b949e10d4a78cff17e119d80b20f7286
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index 11f6c5a4f035..d0bc6c4251af 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=2.1.2
+pkgver=2.2.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=('d9035f329670e50d026d5dfa6d2ec2022726fdae430631d9b1de45362fce2805')
+sha256sums=('0dee17bc01e395d644261c1459b634e7b949e10d4a78cff17e119d80b20f7286')
build () {
cd $srcdir/$pkgname-$pkgver