summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422018-02-18 14:38:28 +0100
committerSkycoder422018-02-18 14:38:28 +0100
commit79316ef4864226e729766fc58783f7e978f32d6b (patch)
treec61271ea00bb658b01d41aaa2986b00011dc7a80 /PKGBUILD
parent398c975086270088cddef913b69f0f9b2f1e7686 (diff)
downloadaur-79316ef4864226e729766fc58783f7e978f32d6b.tar.gz
updated to 4.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a3cd28887d3..e35ea738d700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=qt5-datasync
pkgname=(qt5-datasync qt5-datasync-kwallet-keystore qt5-datasync-secret-keystore qt5-datasync-doc)
group=qt5-datasync-full
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices"
arch=('i686' 'x86_64')
@@ -86,4 +86,8 @@ package_qt5-datasync-doc() {
cd build/doc
make INSTALL_ROOT="$pkgdir" install
+
+ # DROP file paths from doc tags
+ find "$pkgdir/usr/share/doc/qt" -type f -name '*.tags' \
+ -exec sed -i -e 's:<path>[^<]*<\/path>:<path>/usr/include/qt/QtDataSync</path>:g' {} \;
}