summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422019-10-16 14:39:00 +0200
committerSkycoder422019-10-16 14:39:00 +0200
commit9721bc83a4e1018041c4b4ab0955818ea8868e43 (patch)
treec61091146a97c5d9effe350fc991295ce8547f9b
parent427f53c8b94323ef77faf38904cd260f0ae8de22 (diff)
downloadaur-9721bc83a4e1018041c4b4ab0955818ea8868e43.tar.gz
updated to 3.4.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88329384be37..1f5835770243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt5-jsonserializer
pkgdesc = A library to perform generic seralization and deserialization of QObjects
- pkgver = 3.3.1
+ pkgver = 3.4.0
pkgrel = 1
url = https://github.com/Skycoder42/QtJsonSerializer
arch = i686
@@ -13,7 +13,7 @@ pkgbase = qt5-jsonserializer
makedepends = graphviz
depends = qt5-base
optdepends = repkg: Automatically rebuild the package on dependency updates
- source = qt5-jsonserializer-3.3.1::git+https://github.com/Skycoder42/QtJsonSerializer.git#tag=3.3.1
+ source = qt5-jsonserializer-3.4.0::git+https://github.com/Skycoder42/QtJsonSerializer.git#tag=3.4.0
source = qt5-jsonserializer.rule
sha256sums = SKIP
sha256sums = 1b52eef5216017cfb4b399df1775950db544550a68a542053efe00eb8ef34911
diff --git a/PKGBUILD b/PKGBUILD
index 4af51effd331..aa40b2aecbf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=qt5-jsonserializer
pkgname=(qt5-jsonserializer qt5-jsonserializer-doc)
group=qt5-jsonserializer-full
-pkgver=3.3.1
+pkgver=3.4.0
pkgrel=1
pkgdesc="A library to perform generic seralization and deserialization of QObjects"
arch=('i686' 'x86_64')
@@ -58,7 +58,4 @@ package_qt5-jsonserializer-doc() {
# 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/QtJsonSerializer</path>:g' {} \;
-
- # install manpages
- install -Dm644 -t "$pkgdir/usr/share/man/man3" man/man3/*.3
}