Date: Tuesday, April 18, 2023 @ 04:37:48 Author: felixonmars Revision: 1447110
upgpkg: haskell-random-fu 0.3.0.1-1: rebuild with random-fu 0.3.0.1 Modified: haskell-random-fu/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-17 23:09:53 UTC (rev 1447109) +++ PKGBUILD 2023-04-18 04:37:48 UTC (rev 1447110) @@ -2,8 +2,8 @@ _hkgname=random-fu pkgname=haskell-random-fu -pkgver=0.3.0.0 -pkgrel=52 +pkgver=0.3.0.1 +pkgrel=1 pkgdesc="Random number generation" url="https://github.com/mokus0/random-fu" license=("custom:PublicDomain") @@ -12,7 +12,7 @@ 'haskell-random-shuffle' 'haskell-rvar' 'haskell-syb' 'haskell-vector') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('a19d158d0f2b6df51d32c9e6df7cf6bbd94b7a1af81acfb4fe505f410e5ae4c7') +sha256sums=('06e6691279e4fcf176d79ad33a4ca6a8d7d831123d64d798f3e5aae4b7c45e40') build() { cd $_hkgname-$pkgver
