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

Felix Yan felixonmars at archlinux.org
Sun Oct 20 05:57:36 UTC 2019


    Date: Sunday, October 20, 2019 @ 05:57:35
  Author: felixonmars
Revision: 517614

upgpkg: haskell-uri-bytestring 0.3.2.2-1

rebuild with uri-bytestring 0.3.2.2

Modified:
  haskell-uri-bytestring/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-20 05:55:05 UTC (rev 517613)
+++ PKGBUILD	2019-10-20 05:57:35 UTC (rev 517614)
@@ -2,18 +2,17 @@
 
 _hkgname=uri-bytestring
 pkgname=haskell-uri-bytestring
-pkgver=0.3.2.1
-pkgrel=42
+pkgver=0.3.2.2
+pkgrel=1
 pkgdesc="Haskell URI parsing as ByteStrings"
 url="https://github.com/Soostone/uri-bytestring"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-th-lift-instances')
-makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
-             'haskell-tasty-quickcheck' 'haskell-base-compat' 'haskell-quickcheck-instances'
-             'haskell-generics-sop')
+makedepends=('ghc' 'haskell-hunit' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-hedgehog'
+             'haskell-tasty-hunit' 'haskell-base-compat' 'haskell-safe')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('78c97321fad344502f6d144e763d1a5406c1d8cde7164470e9803b9d5e214d7aaea8430fc8a594d733ddc773cf59a8e050dd2a514e0d1e9eaeebf15f40fe74a8')
+sha512sums=('82565afbdb00b9b4a56f8eaa3ccd42732a16a79f894c950c67cede6346af5112dcb2d226f4b11bde135cf6cfacc687799d33f660d98556d031d262ffe65cf422')
 
 prepare() {
     sed -e '/, semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal



More information about the arch-commits mailing list