gis/osm2pgsql: Added the mandatory dependency lua.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2017-07-31 12:18:51 +02:00 committed by Willy Sudiarto Raharjo
parent c7f73b2c7d
commit 9890404475
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/28ce89dd28c20d94a98
MD5SUM="32ec87993608b1587a51e360dde9cfde"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgis"
REQUIRES="lua postgis"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"