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 8dc90cbf872d..ff24d8b4ea0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pyosmium-git
pkgdesc = Python bindings for libosmium
- pkgver = 2.15.3.r0.gfb4ce3a
+ pkgver = 3.1.3.r4.g78b09cf
pkgrel = 1
url = http://osmcode.org/pyosmium
arch = x86_64
arch = i686
license = custom
+ makedepends = git
makedepends = pybind11
makedepends = python-setuptools
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 43566c53cfbe..c9812c3e1d78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: gileri <twiked at gmail d(0)t com>
pkgname=pyosmium-git
-pkgver=2.15.3.r0.gfb4ce3a
+pkgver=3.1.3.r4.g78b09cf
pkgrel=1
pkgdesc="Python bindings for libosmium"
url="http://osmcode.org/pyosmium"
arch=('x86_64' 'i686')
license=('custom')
depends=('boost' 'libosmium' 'python' 'protozero')
-makedepends=('pybind11' 'python-setuptools' 'cmake' 'boost-libs')
+makedepends=('git' 'pybind11' 'python-setuptools' 'cmake' 'boost-libs')
optdepends=()
conflicts=('pyosmium')
provides=('pyosmium')