Date: Friday, November 8, 2013 @ 19:15:05 Author: eric Revision: 199156
Fix syntax error Modified: haskell-parsec/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-08 17:45:37 UTC (rev 199155) +++ PKGBUILD 2013-11-08 18:15:05 UTC (rev 199156) @@ -1,3 +1,4 @@ +# $Id$ # Maintainer: Thomas Dziedzic <[email protected]> _hkgname=parsec @@ -11,7 +12,7 @@ depends=('ghc=7.6.3-1' 'sh' 'haskell-mtl=2.1.2-3' 'haskell-text=0.11.2.3-3') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install -options('staticlibs') +options=('staticlibs') md5sums=('d72fc94b81153132c61125a1ec52a4a5') build() { Property changes on: haskell-parsec/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
