[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Nov 16 19:02:36 UTC 2019


    Date: Saturday, November 16, 2019 @ 19:02:36
  Author: felixonmars
Revision: 529784

upgpkg: haskell-http-api-data 0.4.1.1-1

rebuild with http-api-data 0.4.1.1

Modified:
  haskell-http-api-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 18:59:59 UTC (rev 529783)
+++ PKGBUILD	2019-11-16 19:02:36 UTC (rev 529784)
@@ -3,8 +3,8 @@
 
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
-pkgver=0.4.1
-pkgrel=16
+pkgver=0.4.1.1
+pkgrel=1
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
 url="https://github.com/fizruk/http-api-data"
 license=("BSD")
@@ -12,14 +12,14 @@
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 'haskell-base-compat'
          'haskell-cookie' 'haskell-hashable' 'haskell-http-types' 'haskell-tagged'
          'haskell-time-compat' 'haskell-unordered-containers' 'haskell-uuid-types')
-makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit'
-             'haskell-quickcheck' 'haskell-quickcheck-instances')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck'
+             'haskell-quickcheck-instances')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('62438f9d160a82ed1a6988ae66809281f591e68179bfc52612e49c2cb47042688c949c6177a8cb557102406bd659438522cf9cc82a6b32b69273a2a954958b48')
+sha512sums=('9b768dc790999e42a82753b69f6ab48df90721468eaff79bf4b9a1eb08572dba3488908db4ad0a1afb3956513a16fcd663f005856e230748f665987766e10c59')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/nats/d' -e 's/< *0.4.5/<1/' $_hkgname.cabal
+    sed -i -e '/nats/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list