summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlobodan Terzić2020-03-20 10:21:06 +0100
committerSlobodan Terzić2020-03-20 10:21:06 +0100
commit2e7947158956db322e38b6e62d108e9b9106fb13 (patch)
tree635b949499c1d681e64cd4cf162ba6be9bb73356 /PKGBUILD
parentd7d01de7830945797558050454a4bf1eb1e002d2 (diff)
downloadaur-lua51-sql-sqlite.tar.gz
add git as makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b260c8cd73ae..f5c90d4c96ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# Contributor: strata <strata@dropswitch.net>
pkgname=lua51-sql-sqlite
pkgver=2.3.0
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url='http://www.keplerproject.org/luasql/'
license=('MIT')
pkgdesc='SQLite module for Lua 5.1'
depends=('lua51' 'sqlite')
-makedepends=('luarocks')
+makedepends=('luarocks' 'git')
build() {
luarocks --lua-version=5.1 --tree="${srcdir}" build luasql-sqlite3