Date: Monday, February 13, 2023 @ 01:46:25 Author: felixonmars Revision: 1400177
upgpkg: haskell-mod 0.2.0.0-1: rebuild with mod 0.2.0.0 Modified: haskell-mod/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-13 01:43:46 UTC (rev 1400176) +++ PKGBUILD 2023-02-13 01:46:25 UTC (rev 1400177) @@ -2,18 +2,23 @@ _hkgname=mod pkgname=haskell-mod -pkgver=0.1.2.2 -pkgrel=134 +pkgver=0.2.0.0 +pkgrel=1 pkgdesc="Fast type-safe modular arithmetic" url="https://github.com/Bodigrim/mod" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-primitive' 'haskell-semirings' 'haskell-vector') -makedepends=('ghc' 'haskell-quickcheck-classes' 'haskell-quickcheck-classes-base' 'haskell-tasty' +makedepends=('ghc' 'uusi' 'haskell-quickcheck-classes' 'haskell-quickcheck-classes-base' 'haskell-tasty' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('db98ad817c45e89984428cae6b5f88074220955035520cafe552ce2146f32255') +sha256sums=('1f101d539f545cc6eac024ed8167bfa438dea152a232a44077990972351456a2') +prepare() { + cd $_hkgname-$pkgver + gen-setup +} + build() { cd $_hkgname-$pkgver @@ -43,4 +48,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 +}
