Date: Thursday, September 8, 2022 @ 08:08:21 Author: felixonmars Revision: 1296241
upgpkg: haskell-binary-instances 1.0.3-1: rebuild with binary-instances 1.0.3 Modified: haskell-binary-instances/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-08 08:04:42 UTC (rev 1296240) +++ PKGBUILD 2022-09-08 08:08:21 UTC (rev 1296241) @@ -2,26 +2,21 @@ _hkgname=binary-instances pkgname=haskell-binary-instances -pkgver=1.0.2 -pkgrel=79 +pkgver=1.0.3 +pkgrel=1 pkgdesc="Orphan instances for binary" url="https://github.com/phadej/binary-instances" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-binary-orphans' 'haskell-case-insensitive' - 'haskell-hashable' 'haskell-scientific' 'haskell-tagged' 'haskell-text-binary' - 'haskell-time-compat' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-hashable' 'haskell-primitive' 'haskell-scientific' 'haskell-tagged' + 'haskell-text-binary' 'haskell-time-compat' 'haskell-unordered-containers' 'haskell-vector' 'haskell-vector-binary-instances') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' +makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('6aa80af76b939cf0af826066864032285fa646b5bbaa938488e8493423f6f843e1d91227d6f71ab4a22ff5114ba197c2335d9742f769828715c5d4c88801612e') +sha512sums=('edb74f0382c36b2b7b1cdd03472ec8ce370dfa073eaae03a17975d347cc20c242115164d1865d7fcf031fdd646583386ec4f9688946e990ea1762a11518c943a') -prepare() { - cd $_hkgname-$pkgver - uusi -u hashable $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
