summaryrefslogtreecommitdiff
path: root/readosm
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-17 20:51:25 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-17 20:51:25 +0200
commit01a42295daf75627601412b12499f80634a14bd2 (patch)
treef021e3f87b7f30ddffc17f2b8c11aaae4748923c /readosm
parenta815ef284574cd807f52cdf4993c88259ce30526 (diff)
downloadarchlinuxewe-01a42295daf75627601412b12499f80634a14bd2.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 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')