summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephen Smith2019-01-26 15:45:34 -0500
committerStephen Smith2019-01-26 15:45:34 -0500
commit656b28f9539546a3c947b98d5286eb7c54b42295 (patch)
tree05817c647b159153dc95d345054bed6aa8f7b82e /PKGBUILD
parent7362d37339232df12fa7c1059eb3babf753f3384 (diff)
downloadaur-656b28f9539546a3c947b98d5286eb7c54b42295.tar.gz
fix: Add lua-cgilua to provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3f8bc5c0e3f..3e36053edf0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="CGILua is a tool for creating dynamic HTML pages and manipulating input
arch=('i686' 'x86_64')
url="http://keplerproject.github.com/cgilua"
license=('MIT')
+provides=('lua-cgilua')
depends=('lua' 'lua-luafilesystem')
makedepends=('luarocks')
conflicts=()