diff options
author | Wesley Moore | 2018-05-31 21:28:21 +1000 |
---|---|---|
committer | Wesley Moore | 2018-05-31 21:28:21 +1000 |
commit | 60f92947757cad6cd6a4e36d825849c44b514762 (patch) | |
tree | fdbfb01bff8c245b34f84fedc1ff4e730968c3c9 /PKGBUILD | |
parent | 8594527b375f2256f8d20487e985642ba3d3d26e (diff) | |
download | aur-60f92947757cad6cd6a4e36d825849c44b514762.tar.gz |
v2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # Maintainer: Wesley Moore <wes@wezm.net> -pkgname="quickdocs" -pkgver=2.0.1 +pkgname=quickdocs +pkgver=2.0.2 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=('460f0a9e1f9566245494700e17bf5ae3996a79007e025e3966b067989dbb2013') +sha256sums=('7ff8ea4ca9048f7f14d27c4d4fa9b876b906279f90549b5108d28547492b05d1') build() { cd "${srcdir}/quickDocs-${pkgver}" |