diff options
Diffstat (limited to 'highlight/PKGBUILD')
-rw-r--r-- | highlight/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/highlight/PKGBUILD b/highlight/PKGBUILD index 136b3d1..8b465a7 100644 --- a/highlight/PKGBUILD +++ b/highlight/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Highlight converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, XML and url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') arch=('i686' 'x86_64') -depends=('boost') +depends=('boost' 'lua') install= source=(http://www.andre-simon.de/zip/$pkgname-$pkgver-$pkgver2.tar.bz2 make.patch) md5sums=('477cd7d61a6a8f665b5bdda4d75ba40f' '070f85f21eebf7afd89ab2a8d83e08d2') |