summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2021-02-24 13:00:40 +0530
committerJishnu Mohan2021-02-24 13:01:23 +0530
commit6c7591cf23e5829456fc7d0a56918ddc5c34d98d (patch)
tree6eede4c2ba2f1a815cf762ac976ce4c62e8ffd6d
parentaa14ff2246cfead0e5157be6bf5a3b3132087319 (diff)
downloadaur-6c7591cf23e5829456fc7d0a56918ddc5c34d98d.tar.gz
add libhandy dependency
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 942ac931ed78..2a7e309e3a4c 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 = 3.2.5
+ pkgver = 3.3.4
pkgrel = 1
url = https://github.com/lainsce/quilter
install = quilter.install
@@ -16,8 +16,9 @@ pkgbase = quilter
depends = discount
depends = webkit2gtk
depends = gtkspell3
- source = https://github.com/lainsce/quilter/archive/3.2.5.zip
- sha256sums = e774731b07f2881edd5b664a3165aba4575cb76479836332fb7f4edc814131ad
+ depends = libhandy
+ source = https://github.com/lainsce/quilter/archive/3.3.4.zip
+ sha256sums = 24b06127972af578b7e4379bddb2218fb0e9f339f76c0274f8719c9b36061122
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index adf17719fcc9..0e2643bfdad3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=3.2.5
+pkgver=3.3.4
pkgrel=1
pkgdesc="Focus on your writing and write beautiful solid stories with the Focus Mode in tow in this Markdown editor."
arch=(any)
url="https://github.com/lainsce/quilter"
-depends=(granite gtksourceview3 gtk3 glib2 vala discount webkit2gtk gtkspell3)
+depends=(granite gtksourceview3 gtk3 glib2 vala discount webkit2gtk gtkspell3 libhandy)
makedepends=(unzip ninja meson)
install=quilter.install
source=(
"https://github.com/lainsce/quilter/archive/${pkgver}.zip"
)
-sha256sums=('e774731b07f2881edd5b664a3165aba4575cb76479836332fb7f4edc814131ad')
+sha256sums=('24b06127972af578b7e4379bddb2218fb0e9f339f76c0274f8719c9b36061122')
build () {
cd $srcdir/$pkgname-$pkgver