Date: Friday, March 19, 2021 @ 15:00:23 Author: felixonmars Revision: 894620
upgpkg: haskell-persistent 2.11.0.4-1: rebuild with persistent 2.11.0.4 Modified: haskell-persistent/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-19 14:52:25 UTC (rev 894619) +++ PKGBUILD 2021-03-19 15:00:23 UTC (rev 894620) @@ -3,8 +3,8 @@ _hkgname=persistent pkgname=haskell-persistent -pkgver=2.11.0.2 -pkgrel=70 +pkgver=2.11.0.4 +pkgrel=1 pkgdesc="Type-safe, multi-backend data serialization" url="http://www.yesodweb.com/book/persistent" license=("MIT") @@ -16,7 +16,7 @@ 'haskell-unliftio' 'haskell-unliftio-core' 'haskell-vector') makedepends=('ghc' 'haskell-hspec' 'haskell-shakespeare') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('bba29f0812e1c1a94c224c3e48377e3b8ea35d43e3954fc48012791db50f42e9c4302da58060ac717524d7d0cb1da8f7152e0acb9afb93ce89ff862fa568b675') +sha512sums=('309f2eb228fb1e45ebb121a47d492cecaf58f4a6a8193aa1c1ef72993e9debea943e5f4673d4bf31b31514a019b99216f81e1e295a85d3b955185fcb8b98c953') build() { cd $_hkgname-$pkgver
