summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWesley Moore2018-06-11 20:40:34 +1000
committerWesley Moore2018-06-11 20:40:34 +1000
commit5f28ead720a663235b94779a4bae3134d5657c06 (patch)
treebc4ea8cf900dc14d19d5699f7f0e8a7821338ad5 /PKGBUILD
parent35f28a42eea043038e50adaab206fb8d08ff2256 (diff)
downloadaur-5f28ead720a663235b94779a4bae3134d5657c06.tar.gz
Version 2.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cacd805b6c2b..ea8797d7067a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=quickdocs
-pkgver=2.0.3
+pkgver=2.0.4
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=('cde61c1dbee203143e0e73da4b9d7046e8c322eb08ed1ce40084db9c3847a93b')
+sha256sums=('3374610c09cd4da7694e4e78acb6a6eeb927a135ef1080b041721694962577bc')
build() {
cd "${srcdir}/quickDocs-${pkgver}"