diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-08-22 19:33:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-08-22 19:34:46 +0200 |
commit | e3c21a8456cf86bf955262b71af2bfe4afd25ccc (patch) | |
tree | be697394b748089d193ba3d78a56a8c0efc96345 /highlight | |
parent | 14264bcaec8be85c4c7c6440bfa6ae3d3c449d8c (diff) | |
download | aur-packages-e3c21a8456cf86bf955262b71af2bfe4afd25ccc.tar.gz aur-packages-e3c21a8456cf86bf955262b71af2bfe4afd25ccc.tar.xz |
mass commit everything
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'highlight')
-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') |