summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2020-12-18 19:06:56 +0100
committerSimon Legner2020-12-18 19:06:56 +0100
commitd9d53f13b19dc0863477dd1cd8fe646b2f876dea (patch)
tree203d0b0b842085a1051356f7cbb2b5958ea60fb4
parent77ff8dd4604efc1e91a1748c9ff01ad3316b5e64 (diff)
downloadaur-d9d53f13b19dc0863477dd1cd8fe646b2f876dea.tar.gz
upgpkg: pyosmium 3.1.0-2
cmake
-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")