summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee335a9f3a99..98401af084fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = python-plpygis
pkgdesc = PL/Python for PostGIS
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bosth/plpygis/
arch = any
license = GPL-3.0-only
checkdepends = python-pytest
+ checkdepends = python-shapely
+ checkdepends = python-pyshp
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index a15c037faa28..b078022c8202 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_name=plpygis
pkgname=python-$_name
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="PL/Python for PostGIS"
arch=('any')
url="https://github.com/bosth/plpygis/"
license=('GPL-3.0-only')
depends=('python')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-shapely' 'python-pyshp')
optdepends=('python-shapely: interoperability with Shapely geometries')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://github.com/bosth/$_name/archive/v$pkgver/$_name-$pkgver.tar.gz")