summaryrefslogtreecommitdiff
path: root/readosm
diff options
context:
space:
mode:
Diffstat (limited to 'readosm')
-rw-r--r--readosm/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/readosm/PKGBUILD b/readosm/PKGBUILD
index bf22bf1f8..c57c47557 100644
--- a/readosm/PKGBUILD
+++ b/readosm/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Brian Galey <bkgaley@gmail.com>
pkgname=readosm
pkgver=1.1.0a
-pkgrel=3
+pkgrel=4
pkgdesc='Library to extract valid data from within an Open Street Map input file'
arch=('i686' 'pentium4' 'x86_64')
url='https://www.gaia-gis.it/fossil/readosm/index'
@@ -10,7 +10,7 @@ license=('MPL')
_pinned_dependencies=(
'glibc>=2.31'
'libexpat.so=1'
- 'zlib=1:1.2.12'
+ 'zlib=1:1.2.13'
)
depends=("${_pinned_dependencies[@]}")
options=('!libtool')