summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2018-08-18 14:34:55 +0200
committerMartin T. H. Sandsmark2018-08-18 14:34:55 +0200
commitfb720cd36319572a4d3caf471d4854b1f0455015 (patch)
tree35eea8775e54e8a79b7b7bacdeb198100c6e22dd
parentb5875c516c43c675c05f5f5783d237bb56a7a58d (diff)
downloadaur-zstr-git.tar.gz
fix dumb mistake
-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
}