Date: Friday, May 27, 2022 @ 01:41:57 Author: felixonmars Revision: 1210716
upgpkg: haskell-rvar 0.3.0.1-1: rebuild with rvar 0.3.0.1 Modified: haskell-rvar/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-27 01:40:02 UTC (rev 1210715) +++ PKGBUILD 2022-05-27 01:41:57 UTC (rev 1210716) @@ -2,16 +2,16 @@ _hkgname=rvar pkgname=haskell-rvar -pkgver=0.3.0.0 -pkgrel=15 +pkgver=0.3.0.1 +pkgrel=1 pkgdesc="Random Variables" -url="https://github.com/mokus0/random-fu" +url="https://github.com/haskell-numerics/random-fu" license=("custom:PublicDomain") arch=('x86_64') depends=('ghc-libs' 'haskell-monadprompt' 'haskell-random') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('562ebf8def09424549cf33765449a8d8becd39eb6d8f8bd094d32145a80543d2') +sha256sums=('2529c11a7f22683a398b34a63d0d04beb75833d763777074513454a769b745f1') build() { cd $_hkgname-$pkgver
