Date: Saturday, January 26, 2013 @ 18:48:56 Author: seblu Revision: 83031
upgpkg: ldoc 1.3.2-1 Modified: ldoc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-26 17:31:08 UTC (rev 83030) +++ PKGBUILD 2013-01-26 17:48:56 UTC (rev 83031) @@ -2,15 +2,15 @@ # Maintainer: Sébastien Luttringer <[email protected]> pkgname=ldoc -pkgver=1.3.1 -pkgrel=2 +pkgver=1.3.2 +pkgrel=1 pkgdesc='A LuaDoc-compatible documentation generation system' arch=('any') url='http://stevedonovan.github.com/ldoc/' license=('custom') depends=('lua' 'lua-penlight') source=("$pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz") -md5sums=('8faa73c08f4115204f980700fc28cd21') +md5sums=('486080cd4dd2ac834eb846e1f1406ceb') package() { cd LDoc-$pkgver
