Date: Sunday, March 10, 2013 @ 20:50:44 Author: jelle Revision: 85980
upgpkg: haskell-data-default 0.5.1-1 new dep of haskell-x11 Modified: haskell-data-default/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-10 19:32:09 UTC (rev 85979) +++ PKGBUILD 2013-03-10 19:50:44 UTC (rev 85980) @@ -4,17 +4,17 @@ pkgname=haskell-data-default _hkgname=data-default _licensefile=LICENSE -pkgver=0.5.0.1 +pkgver=0.5.1 pkgrel=1 pkgdesc="A class for types with a default value" url="http://hackage.haskell.org/package/${_hkgname}" -license=('BSD3') +license=('BSD') arch=('i686' 'x86_64') makedepends=('ghc') depends=('haskell-containers' 'haskell-dlist' 'haskell-old-locale') options=('strip') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('4ad884231906e064b9c74f511b542d7ee5032fbe055e95023c1a10999ae468f3') +sha256sums=('fb56f34f820379df4881bcccbcb065389200e20778321e2d6e8c92dad94af717') install="${pkgname}.install" build() {
