summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore2018-07-04 17:14:22 +1000
committerWesley Moore2018-07-04 17:14:22 +1000
commitd095eb06425957604e9717dfee5103a72fa8af3b (patch)
tree281ffca1292a761de539587034fe16cea810b5f8
parent45a0096cad3f5dee21bb9df5b399185799e30022 (diff)
downloadaur-d095eb06425957604e9717dfee5103a72fa8af3b.tar.gz
Version 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 274cfc8b13cb..d4225f7e5b1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quickdocs
pkgdesc = GTK app for reading Valadoc and DevDocs
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/mdh34/quickDocs
arch = x86_64
@@ -23,8 +23,8 @@ pkgbase = quickdocs
depends = devhelp
depends = libarchive
options = !libtool
- source = https://github.com/mdh34/quickdocs/archive/2.1.0.tar.gz
- sha256sums = fe6af6fa51bd6ead5e71e3b654f8d429bdd9fb927cd1a78ea4bdc0bf459b4974
+ source = https://github.com/mdh34/quickdocs/archive/2.1.1.tar.gz
+ sha256sums = 9993fa5c471fee93dbe8e08dc2274c5573ec41e06be1d893d8b27073296896c5
pkgname = quickdocs
diff --git a/PKGBUILD b/PKGBUILD
index 7e355d193525..f2ab262a811a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=quickdocs
-pkgver=2.1.0
+pkgver=2.1.1
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=('fe6af6fa51bd6ead5e71e3b654f8d429bdd9fb927cd1a78ea4bdc0bf459b4974')
+sha256sums=('9993fa5c471fee93dbe8e08dc2274c5573ec41e06be1d893d8b27073296896c5')
build() {
cd "${srcdir}/quickDocs-${pkgver}"