summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarryl Pogue2019-11-23 10:23:07 -0800
committerDarryl Pogue2019-11-23 10:23:07 -0800
commit098dc07a3de2aba6249a984c31c5bacf5997ec39 (patch)
tree41c38b264b3e1aef32d08bc0ae2b100c19b15046
parent4ff03ed5c114fae9d8701a3b430a82f0b988756a (diff)
downloadaur-098dc07a3de2aba6249a984c31c5bacf5997ec39.tar.gz
Update to 0.29.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cf9bb70faf0..e19b92396d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gplugin
pkgdesc = A GObject based library that implements a reusable plugin system
- pkgver = 0.28.1
+ pkgver = 0.29.0
pkgrel = 1
url = https://bitbucket.org/gplugin/gplugin
arch = i868
diff --git a/PKGBUILD b/PKGBUILD
index 6e821a01b7f4..45a23cb0d1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Darryl Pogue <darryl@dpogue.ca>
pkgname="gplugin"
-pkgver=0.28.1
+pkgver=0.29.0
pkgrel=1
arch=('i868' 'x86_64')
pkgdesc="A GObject based library that implements a reusable plugin system"
@@ -20,7 +20,7 @@ source=("$pkgname::hg+https://bitbucket.org/$pkgname/$pkgname#tag=v$pkgver")
sha256sums=('SKIP')
build() {
- meson --prefix /usr --buildtype=plain -D perl=false -D python=false -D lua=false -D tcl=false "$srcdir/$pkgname" build
+ meson --prefix /usr --buildtype=plain -D doc=false -D perl=false -D python=false -D lua=false -D tcl=false "$srcdir/$pkgname" build
ninja -C build
}