summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82f34ce7b346..05909af9e7d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = osmium-tool
pkgdesc = Command line tool for working with OpenStreetMap data based on the Osmium library
pkgver = 1.16.0
- pkgrel = 1
+ pkgrel = 2
url = https://osmcode.org/osmium-tool/
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = libosmium>=2.17.0
+ makedepends = protozero
depends = boost-libs
depends = expat
optdepends = pandoc: building documentation
diff --git a/PKGBUILD b/PKGBUILD
index 78893f5755ea..b08d01a367f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=osmium-tool
pkgver=1.16.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool for working with OpenStreetMap data based on the Osmium library"
arch=('i686' 'x86_64')
depends=('boost-libs' 'expat')
-makedepends=('cmake' 'libosmium>=2.17.0')
+makedepends=('cmake' 'libosmium>=2.17.0' 'protozero')
optdepends=('pandoc: building documentation')
url="https://osmcode.org/osmium-tool/"
license=('GPL3')