summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2023-12-19 15:33:38 +0100
committerAleksandar Trifunovic2023-12-19 15:33:38 +0100
commit9434c69be91434ba0cdeeedcbc1c220a0ac99312 (patch)
treee6614a68dee135585bdd7e2eb8f531a6aec30aa2
parentca2390ec61456e561d607c53981e71fcaca07619 (diff)
downloadaur-osmium-tool.tar.gz
add missing build depencency
-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')