Date: Monday, March 30, 2015 @ 13:21:14 Author: spupykin Revision: 130258
upgpkg: haskell-random 1.1-2 upd Modified: haskell-random/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-30 11:21:11 UTC (rev 130257) +++ PKGBUILD 2015-03-30 11:21:14 UTC (rev 130258) @@ -3,13 +3,13 @@ _hkgname=random pkgname=haskell-random pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc="random number library" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') options=('staticlibs') -depends=('ghc=7.8.4-1' 'sh') +depends=('ghc=7.10.1-1' 'sh') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install=${pkgname}.install md5sums=('474f10b9389b316e4472b71d20298993')