summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWesley Moore2018-06-18 21:13:23 +1000
committerWesley Moore2018-06-18 21:13:23 +1000
commit458f4bc0d3ec87474bab3ed3dab6841291cddc31 (patch)
treea6b0df107478b27150380298796ab935fe7722e7 /PKGBUILD
parent5f28ead720a663235b94779a4bae3134d5657c06 (diff)
downloadaur-458f4bc0d3ec87474bab3ed3dab6841291cddc31.tar.gz
Version 2.0.5
Fix opening external links
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea8797d7067a..57b22f8bdc0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=quickdocs
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc="GTK app for reading Valadoc and DevDocs"
arch=('x86_64')
@@ -10,7 +10,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=('3374610c09cd4da7694e4e78acb6a6eeb927a135ef1080b041721694962577bc')
+sha256sums=('039404e70f05889885aa73cdc31bf253704f785d5f2c37fe3a3297b0276d6b5b')
build() {
cd "${srcdir}/quickDocs-${pkgver}"