summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWesley Moore2019-06-02 11:39:56 +1000
committerWesley Moore2019-06-02 11:39:56 +1000
commit75ffac68ed32fe4cf5f945c083153ce4aeacdd60 (patch)
treec6b8431ea44faf4c85a83ec559b52a9d5598d415 /PKGBUILD
parent820edb53d5cebf003685981b8fb619c7d54862ba (diff)
downloadaur-quickdocs.tar.gz
Version 2.2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53077dbf0aef..7862bf85f090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=quickdocs
-pkgver=2.2.5
+pkgver=2.2.6
pkgrel=1
pkgdesc="GTK app for reading Valadoc and DevDocs"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glib2' 'gtk3' 'hicolor-icon-theme' 'vala' 'webkit2gtk' 'devhelp' 'liba
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=('1ef1272fcdba00e7c641c1bd781eaca89524f0d9b256c23a1f955283ae4c75ab')
+sha256sums=('a973b41cfbd2af088c53e7085208e215c49372e080f11385b339b43418ce771d')
build() {
cd "${srcdir}/quickDocs-${pkgver}"