Date: Sunday, March 6, 2022 @ 20:01:25 Author: felixonmars Revision: 1144015
upgpkg: haskell-rvar 0.3.0.0-1: rebuild with rvar 0.3.0.0, random-fu 0.3.0.0 Modified: haskell-rvar/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-06 19:56:03 UTC (rev 1144014) +++ PKGBUILD 2022-03-06 20:01:25 UTC (rev 1144015) @@ -2,16 +2,16 @@ _hkgname=rvar pkgname=haskell-rvar -pkgver=0.2.0.6 -pkgrel=111 +pkgver=0.3.0.0 +pkgrel=1 pkgdesc="Random Variables" url="https://github.com/mokus0/random-fu" license=("custom:PublicDomain") arch=('x86_64') -depends=('ghc-libs' 'haskell-monadprompt' 'haskell-random-source') +depends=('ghc-libs' 'haskell-monadprompt' 'haskell-random') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('01e18875ffde43f9591a8acd9f60c9c51704a026e51c1a6797faecd1c7ae8cd3') +sha256sums=('562ebf8def09424549cf33765449a8d8becd39eb6d8f8bd094d32145a80543d2') build() { cd $_hkgname-$pkgver
