Date: Friday, December 26, 2014 @ 10:18:26 Author: fyan Revision: 124606
upgpkg: haskell-tf-random 0.5-1 ghc 7.8.4 rebuild Modified: haskell-tf-random/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-26 07:37:22 UTC (rev 124605) +++ PKGBUILD 2014-12-26 09:18:26 UTC (rev 124606) @@ -3,17 +3,17 @@ _hkgname=tf-random pkgname=haskell-tf-random -pkgver=0.4 -pkgrel=3 +pkgver=0.5 +pkgrel=1 pkgdesc='High-quality splittable pseudorandom number generator' url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.8.3-1' 'haskell-random' 'haskell-primitive') +depends=('ghc=7.8.4-1' 'haskell-random' 'haskell-primitive') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=$pkgname.install options=('staticlibs') -md5sums=('95de4ea1d30cb42d69b39b6ba8099bbf') +md5sums=('569f8acb14d09227f136a53ffd84b7b2') build() { cd ${_hkgname}-${pkgver}
