summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJishnu Mohan2021-02-24 13:00:40 +0530
committerJishnu Mohan2021-02-24 13:01:23 +0530
commit6c7591cf23e5829456fc7d0a56918ddc5c34d98d (patch)
tree6eede4c2ba2f1a815cf762ac976ce4c62e8ffd6d /PKGBUILD
parentaa14ff2246cfead0e5157be6bf5a3b3132087319 (diff)
downloadaur-quilter.tar.gz
add libhandy dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
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