summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eb0e2dcb089..b2ec8cf23848 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 21 16:21:08 UTC 2018
+# Tue Oct 9 09:16:24 UTC 2018
pkgbase = dbus-broker-git
pkgdesc = Linux D-Bus Message Broker
- pkgver = r1119.a4cdeeb
+ pkgver = r1276.2e58323
pkgrel = 1
url = https://github.com/bus1/dbus-broker
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7ef33912d3d9..64da0e0a9be6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgorg=bus1
_pkgname=dbus-broker
pkgdesc='Linux D-Bus Message Broker'
-pkgver=r1119.a4cdeeb
+pkgver=r1276.2e58323
pkgrel=1
pkgname=$_pkgname-git
@@ -51,7 +51,7 @@ build() {
cd build
CFLAGS="$CFLAGS -Wno-unused-parameter"
CFLAGS="$CFLAGS -Wno-maybe-uninitialized"
- arch-meson ../$pkgname
+ arch-meson -Ddocs=true ../$pkgname
ninja
}