summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2019-06-22 22:15:11 +0530
committerJishnu Mohan2019-06-22 22:15:11 +0530
commitbc3ed46c3529783fa1a309e67490bda58b1357cf (patch)
tree1437a7fdb261da8944d84ac2f07ca482e05f5db8
parent7b3ebd30c6236110bb71dae50258cb51dc2f8d7e (diff)
downloadaur-bc3ed46c3529783fa1a309e67490bda58b1357cf.tar.gz
update to 1.9.1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c092dec20f36..65c5916606f6 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.0
+ pkgver = 1.9.1
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.0.zip
- sha256sums = 385c73ed931ad06f4b34397bf3c4a1a7f270c8aa4507e782543c930c5ab45065
+ source = https://github.com/lainsce/quilter/archive/1.9.1.zip
+ sha256sums = ca2ed7a2f5fa88b6fea4ba7e1c42f31145371b2bff09e33f09e4c7466f8c8435
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index 7eb70981f570..cfc15c66b219 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=1.9.0
+pkgver=1.9.1
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=('385c73ed931ad06f4b34397bf3c4a1a7f270c8aa4507e782543c930c5ab45065')
+sha256sums=('ca2ed7a2f5fa88b6fea4ba7e1c42f31145371b2bff09e33f09e4c7466f8c8435')
build () {
cd $srcdir/$pkgname-$pkgver