Date: Sunday, April 8, 2018 @ 12:35:39 Author: felixonmars Revision: 315049
upgpkg: haskell-monad-time 0.3.0.0-1 rebuild with monad-time,0.3.0.0 Modified: haskell-monad-time/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-08 10:10:27 UTC (rev 315048) +++ PKGBUILD 2018-04-08 12:35:39 UTC (rev 315049) @@ -4,8 +4,8 @@ _hkgname=monad-time pkgname=haskell-monad-time -pkgver=0.2 -pkgrel=4 +pkgver=0.3.0.0 +pkgrel=1 pkgdesc="Type class for monads which carry the notion of the current time" url="https://github.com/scrive/monad-time" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-mtl') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('702ec4ee66265549f8629aa9ce28094c8abc4e817dfc339b119c73a4dccf178cebe2a10bc9087b480bbf639b5ccb84fdb4e7cb44b410cc4ff7b8f32bf8a05460') +sha512sums=('244fad74dab29290191ac205145bec4055e7ca140f0f225fc29389b8573916952b68e84f1a0923992145238c6c78610a56923d81a5f430ac73bc4221fb44a4d2') build() { cd "${srcdir}/${_hkgname}-${pkgver}"