Date: Friday, April 18, 2014 @ 19:08:18 Author: td123 Revision: 211300
upgpkg: haskell-random 1.0.1.1-7 rebuild with cfgf Modified: haskell-random/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-18 17:08:06 UTC (rev 211299) +++ PKGBUILD 2014-04-18 17:08:18 UTC (rev 211300) @@ -3,13 +3,13 @@ _hkgname=random pkgname=haskell-random pkgver=1.0.1.1 -pkgrel=6 +pkgrel=7 pkgdesc="random number library" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.2-1' 'sh') +depends=('ghc=7.8.2-2' 'sh') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
