summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore2019-02-09 21:57:59 +1100
committerWesley Moore2019-02-09 21:57:59 +1100
commit820edb53d5cebf003685981b8fb619c7d54862ba (patch)
tree63c68a60a843f51e251c316cbeaf5cb662d07a3d
parentbf0b86f0bc7ea52b8180c74a2683d9ac96fa0fef (diff)
downloadaur-820edb53d5cebf003685981b8fb619c7d54862ba.tar.gz
Version 2.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e8605172c47..c92f5e14d37e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quickdocs
pkgdesc = GTK app for reading Valadoc and DevDocs
- pkgver = 2.2.4
+ pkgver = 2.2.5
pkgrel = 1
url = https://github.com/mdh34/quickDocs
arch = x86_64
@@ -25,8 +25,8 @@ pkgbase = quickdocs
depends = libgee
depends = granite
options = !libtool
- source = https://github.com/mdh34/quickdocs/archive/2.2.4.tar.gz
- sha256sums = aeb40ba282faacfb6cd061867767a287e131e17e54e79ff4d5ab9866172cdf4f
+ source = https://github.com/mdh34/quickdocs/archive/2.2.5.tar.gz
+ sha256sums = 1ef1272fcdba00e7c641c1bd781eaca89524f0d9b256c23a1f955283ae4c75ab
pkgname = quickdocs
diff --git a/PKGBUILD b/PKGBUILD
index 7e11b3a3719d..53077dbf0aef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=quickdocs
-pkgver=2.2.4
+pkgver=2.2.5
pkgrel=1
pkgdesc="GTK app for reading Valadoc and DevDocs"
arch=('x86_64')
@@ -11,11 +11,11 @@ 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=('aeb40ba282faacfb6cd061867767a287e131e17e54e79ff4d5ab9866172cdf4f')
+sha256sums=('1ef1272fcdba00e7c641c1bd781eaca89524f0d9b256c23a1f955283ae4c75ab')
build() {
cd "${srcdir}/quickDocs-${pkgver}"
- arch-meson build
+ arch-meson -Db_pie=false build
ninja -C build
}