summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2019-06-23 11:34:55 +0530
committerJishnu Mohan2019-06-23 11:35:17 +0530
commitf71d613b77a5bbbcab3c494f7f823f7679975144 (patch)
tree14a3710a1a4e8157f9d2ebbb6b551b0fb925d658
parentbc3ed46c3529783fa1a309e67490bda58b1357cf (diff)
downloadaur-f71d613b77a5bbbcab3c494f7f823f7679975144.tar.gz
1.9.2
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65c5916606f6..50f3f2184cd0 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.1
+ pkgver = 1.9.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/1.9.1.zip
- sha256sums = ca2ed7a2f5fa88b6fea4ba7e1c42f31145371b2bff09e33f09e4c7466f8c8435
+ source = https://github.com/lainsce/quilter/archive/1.9.2.zip
+ sha256sums = 4c94e488b7fc16f5adc1f4170117f96191f8816ee5900d5925d1776d9fe8b068
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index cfc15c66b219..f2dc313cc438 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=1.9.1
+pkgver=1.9.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=('ca2ed7a2f5fa88b6fea4ba7e1c42f31145371b2bff09e33f09e4c7466f8c8435')
+sha256sums=('4c94e488b7fc16f5adc1f4170117f96191f8816ee5900d5925d1776d9fe8b068')
build () {
cd $srcdir/$pkgname-$pkgver