[arch-commits] Commit in haskell-cborg/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Apr 10 11:33:56 UTC 2021


    Date: Saturday, April 10, 2021 @ 11:33:56
  Author: felixonmars
Revision: 915468

upgpkg: haskell-cborg 0.2.5.0-1: rebuild with cborg 0.2.5.0

Modified:
  haskell-cborg/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-10 11:29:58 UTC (rev 915467)
+++ PKGBUILD	2021-04-10 11:33:56 UTC (rev 915468)
@@ -2,25 +2,19 @@
 
 _hkgname=cborg
 pkgname=haskell-cborg
-pkgver=0.2.4.0
-pkgrel=106
+pkgver=0.2.5.0
+pkgrel=1
 pkgdesc="Concise Binary Object Representation (CBOR)"
 url="https://github.com/well-typed/cborg"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-half' 'haskell-primitive')
-makedepends=('ghc' 'uusi' 'haskell-aeson' 'haskell-base-orphans' 'haskell-base16-bytestring'
+makedepends=('ghc' 'haskell-aeson' 'haskell-base-orphans' 'haskell-base16-bytestring'
              'haskell-base64-bytestring' 'haskell-quickcheck' 'haskell-scientific' 'haskell-tasty'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-vector')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('2a1b5bb935595ff692aa345a0e3d156fbb2d30afc116cb3b267f299c42b9f97f513bf08468cd5162e0be5ebffa45e683fffd7085c8259c0129d618a0efbeecda')
+sha512sums=('8cadb1dfb0402bf913ef400627fc8f0dff6e3cd588480a0034100d042ef0bbfacf42801aba9c0bfa799a0c5e41adfc8adba4714ede8b405d56435dc9f7c72fc9')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u base16-bytestring -u base64-bytestring -u tasty $_hkgname.cabal
-    sed -i 's/fst (Base16.decode encoded16)/Base16.decodeLenient encoded16/' tests/Tests/Reference/TestVectors.hs
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list