Date: Friday, April 5, 2013 @ 10:09:50 Author: thestinger Revision: 87667
haskell-digest: fix license field and bump pkgrel Modified: haskell-digest/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-05 08:08:11 UTC (rev 87666) +++ PKGBUILD 2013-04-05 08:09:50 UTC (rev 87667) @@ -5,10 +5,10 @@ _hkgname=digest pkgname=haskell-digest pkgver=0.0.1.1 -pkgrel=1 -pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now." +pkgrel=2 +pkgdesc='Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now.' url="http://hackage.haskell.org/package/$_hkgname" -license=("BSD3") +license=(custom:BSD3) arch=('i686' 'x86_64') makedepends=('ghc') depends=('haskell-bytestring')
