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 fbf80532b461..eade081a9461 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pyosmium
pkgdesc = Python bindings for libosmium, the data processing library for OSM data
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://osmcode.org/pyosmium
arch = x86_64
license = BSD
makedepends = python-setuptools
+ makedepends = cmake
depends = python
depends = libosmium
depends = pybind11
diff --git a/PKGBUILD b/PKGBUILD
index 229ef33693b2..d71621e90e2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=pyosmium
_module='osmium'
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for libosmium, the data processing library for OSM data"
url="https://osmcode.org/pyosmium"
depends=('python' 'libosmium' 'pybind11')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'cmake')
license=('BSD')
arch=('x86_64')
source=("https://files.pythonhosted.org/packages/source/o/osmium/osmium-${pkgver}.tar.gz")