summaryrefslogtreecommitdiff
path: root/readosm
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-08-07 14:19:38 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-08-07 14:19:38 +0200
commit519c6fbe536eeb690397496d1b10b19369e996bc (patch)
treee2aae2533381a7ea11ccee0f1a2426c8986048ce /readosm
parent1328f9004856fa0bcb896588880a4480105e343a (diff)
downloadarchlinuxewe-519c6fbe536eeb690397496d1b10b19369e996bc.tar.xz
readosm: rebuild
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 c57c47557..d3b7201f8 100644
--- a/readosm/PKGBUILD
+++ b/readosm/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Brian Galey <bkgaley@gmail.com>
pkgname=readosm
pkgver=1.1.0a
-pkgrel=4
+pkgrel=5
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.13'
+ 'libz.so=1'
)
depends=("${_pinned_dependencies[@]}")
options=('!libtool')