summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62b1d39c622a..725c9a594ad6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zstr-git
pkgdesc = A C++ header-only ZLib wrapper
- pkgver = r38.d9e0254
+ pkgver = r39.af8c8d1
pkgrel = 1
url = https://github.com/sandsmark/zstr
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5c4b3b109dec..ddd8fc6ae8ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=zstr-git
-pkgver=r38.d9e0254
+pkgver=r39.af8c8d1
pkgrel=1
pkgdesc='A C++ header-only ZLib wrapper'
arch=('any')
@@ -23,6 +23,6 @@ package() {
cd zstr
install -dm755 "${pkgdir}/usr/include/"
install -m644 src/zstr.hpp "${pkgdir}/usr/include/zstr.hpp"
- install -m644 src/zstr.hpp "${pkgdir}/usr/include/strict_fstream.hpp"
+ install -m644 src/strict_fstream.hpp "${pkgdir}/usr/include/strict_fstream.hpp"
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/zstr-git/LICENSE
}