summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Krug2016-01-25 04:57:05 +0100
committerThomas Krug2016-01-25 04:57:05 +0100
commit948148a44158911875870a34bb83eed696c1a811 (patch)
treea3b11e37331db4986cdf0eb07f572b19a27c76b2
parent5752717a88c7230f3b74202586b8a89097ad31b0 (diff)
downloadaur-948148a44158911875870a34bb83eed696c1a811.tar.gz
fixed patch for docbook-xsl 1.79
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD8
-rw-r--r--docbook.patch6
4 files changed, 20 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b594704101ee..169ddd6bacf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Jan 25 03:56:48 UTC 2016
pkgbase = mosquitto-hg
pkgdesc = An Open Source MQTT v3.1 Broker
- pkgver = 3070.db5147ce80f1
- pkgrel = 2
+ pkgver = r3142.16b70372e2c4
+ pkgrel = 1
url = http://mosquitto.org/
install = mosquitto-hg.install
arch = i686
@@ -22,7 +24,7 @@ pkgbase = mosquitto-hg
source = usr_move.patch
md5sums = SKIP
md5sums = bac7f1ff5c13b9e04e82c875c5f2c422
- md5sums = 8e1c14e99d7eba210b874e80b5153f0d
+ md5sums = 8f6f9ab9205f9cfd9148f5372a6dabc6
md5sums = b37551bbdccf751cdc5ea5b25afd2f5a
pkgname = mosquitto-hg
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..587250b85d3f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+pkg/
+src/
+*.swp
+*.pkg.tar.xz
+*.src.tar.gz
+
+mosquitto/
+
diff --git a/PKGBUILD b/PKGBUILD
index 8d9077df54ce..756e59e8b893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=mosquitto-hg
_hgname=mosquitto
-pkgver=3070.db5147ce80f1
-pkgrel=2
+pkgver=r3142.16b70372e2c4
+pkgrel=1
pkgdesc="An Open Source MQTT v3.1 Broker"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="http://mosquitto.org/"
@@ -20,13 +20,13 @@ source=("$_hgname::hg+https://bitbucket.org/oojah/mosquitto#branch=1.2"
'usr_move.patch')
md5sums=('SKIP'
'bac7f1ff5c13b9e04e82c875c5f2c422'
- '8e1c14e99d7eba210b874e80b5153f0d'
+ '8f6f9ab9205f9cfd9148f5372a6dabc6'
'b37551bbdccf751cdc5ea5b25afd2f5a')
pkgver() {
cd "$srcdir/$_hgname"
- echo $(hg identify -n).$(hg identify -i)
+ echo r$(hg identify -n).$(hg identify -i)
}
build() {
diff --git a/docbook.patch b/docbook.patch
index b82a00789e6d..b6e8e21137f3 100644
--- a/docbook.patch
+++ b/docbook.patch
@@ -1,10 +1,10 @@
---- a/man/manpage.xsl 2013-06-02 17:22:59.958307000 +0200
-+++ b/man/manpage.xsl 2013-06-02 17:34:17.441551534 +0200
+--- a/man/manpage.xsl
++++ b/man/manpage.xsl
@@ -1,6 +1,6 @@
<!-- Set parameters for manpage xsl -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl"/>
-+ <xsl:import href="/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl"/>
++ <xsl:import href="/usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl"/>
<!-- Don't display notes list of link urls. -->
<xsl:param name="man.endnotes.list.enabled">0</xsl:param>
<xsl:param name="man.endnotes.are.numbered">0</xsl:param>