Date: Wednesday, May 4, 2022 @ 07:34:58 Author: felixonmars Revision: 1192576
upgpkg: haskell-exact-pi 0.5.0.2-1: rebuild with exact-pi 0.5.0.2 Modified: haskell-exact-pi/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-04 07:30:22 UTC (rev 1192575) +++ PKGBUILD 2022-05-04 07:34:58 UTC (rev 1192576) @@ -2,23 +2,18 @@ _hkgname=exact-pi pkgname=haskell-exact-pi -pkgver=0.5.0.1 -pkgrel=45 +pkgver=0.5.0.2 +pkgrel=1 pkgdesc="Exact rational multiples of pi (and integer powers of pi)" url="https://github.com/dmcclean/exact-pi/" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-numtype-dk') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' +makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('5d8156ec8b044a36c2ac789b85bf65116be24304868fff472d033977ebcc1860') +sha256sums=('441dd2516902f13801c41310fa98ea82f7a946e8ddd2f775b19931f7e91eacf6') -prepare() { - cd $_hkgname-$pkgver - uusi -u base -u QuickCheck -u tasty $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver @@ -48,4 +43,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 +}
