Date: Tuesday, September 14, 2021 @ 19:55:52 Author: felixonmars Revision: 1014857
upgpkg: haskell-arithmoi 0.12.0.1-1: rebuild with arithmoi 0.12.0.1 Modified: haskell-arithmoi/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-14 19:48:41 UTC (rev 1014856) +++ PKGBUILD 2021-09-14 19:55:52 UTC (rev 1014857) @@ -2,8 +2,8 @@ _hkgname=arithmoi pkgname=haskell-arithmoi -pkgver=0.12.0.0 -pkgrel=20 +pkgver=0.12.0.1 +pkgrel=1 pkgdesc="Efficient basic number-theoretic functions." url="https://github.com/Bodigrim/arithmoi" license=("MIT") @@ -13,9 +13,9 @@ 'haskell-semirings' 'haskell-vector') makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-classes' 'haskell-smallcheck' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-rerun' - 'haskell-tasty-smallcheck' 'haskell-vector-sized') + 'haskell-tasty-smallcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('6ef092fe87feab2a0f5a80d15e302ed9c0085fbbe124d490740a6ef1497ef0d1') +sha512sums=('e6f2e92e292ec9cf4e1cd783dbdfdbe968ed5168160fb9c4a2b3ea9ad92caaaf750c353f6ccd9234d83ba6c3430a0eebc62ea408cb7832bfc9dee6961e6823b9') prepare() { cd $_hkgname-$pkgver @@ -51,4 +51,4 @@ runhaskell Setup copy --destdir="$pkgdir" install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE -} \ No newline at end of file +}
