summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWesley Moore2018-11-29 08:12:10 +1100
committerWesley Moore2018-11-29 08:12:10 +1100
commitbf0b86f0bc7ea52b8180c74a2683d9ac96fa0fef (patch)
treef2fe5d7eed049d46d38e505ff87205ad3b2e6b2b /PKGBUILD
parent738e5e1fc60b33fb9e7848653812cd5a46fc4f97 (diff)
downloadaur-bf0b86f0bc7ea52b8180c74a2683d9ac96fa0fef.tar.gz
Version 2.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70ecb98a7ee1..7e11b3a3719d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=quickdocs
-pkgver=2.2.3
+pkgver=2.2.4
pkgrel=1
pkgdesc="GTK app for reading Valadoc and DevDocs"
arch=('x86_64')
url="https://github.com/mdh34/quickDocs"
license=('GPL3')
-depends=('glib2' 'gtk3' 'hicolor-icon-theme' 'vala' 'webkit2gtk' 'devhelp' 'libarchive')
+
+depends=('glib2' 'gtk3' 'hicolor-icon-theme' 'vala' 'webkit2gtk' 'devhelp' 'libarchive' 'libgee' 'granite')
makedepends=('git' 'desktop-file-utils' 'hicolor-icon-theme' 'intltool' 'yelp-tools' 'gnome-common' 'gobject-introspection' 'meson' 'ninja' 'vala')
options=('!libtool')
source=("https://github.com/mdh34/$pkgname/archive/${pkgver//_/-}.tar.gz")
-sha256sums=('87bd99ef6902092a49ce5532b687664eabc6e88018df188eb132b6e45977f31d')
+sha256sums=('aeb40ba282faacfb6cd061867767a287e131e17e54e79ff4d5ab9866172cdf4f')
build() {
cd "${srcdir}/quickDocs-${pkgver}"