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

Felix Yan felixonmars at archlinux.org
Fri Sep 28 09:32:47 UTC 2018


    Date: Friday, September 28, 2018 @ 09:32:46
  Author: felixonmars
Revision: 387109

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

rebuild with http-api-data 0.3.9

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 09:30:22 UTC (rev 387108)
+++ PKGBUILD	2018-09-28 09:32:46 UTC (rev 387109)
@@ -3,25 +3,20 @@
 
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
-pkgver=0.3.8.1
-pkgrel=39
+pkgver=0.3.9
+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=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 'haskell-hashable'
-         'haskell-http-types' 'haskell-time-locale-compat'
-         'haskell-unordered-containers' 'haskell-uri-bytestring' 'haskell-uuid-types')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 'haskell-cookie'
+         'haskell-hashable' 'haskell-http-types' 'haskell-time-locale-compat'
+         'haskell-unordered-containers' 'haskell-uuid-types')
 makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit'
              'haskell-quickcheck' 'haskell-quickcheck-instances')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7fdb041dc95aa0b197af3e38a5270a8355d1aa7fe3c295234951bcb5592a5ab233c18c4b6f5da8f24ffbcddc477241138ae3c8b7225a5418200826bb114eb769')
+sha512sums=('1238e1343522f652c652edf709a63716349448e3a003a6d955ab9d5a100bb8763e06f1c7e959a40ec31cfb469de3bcfab352135da6f10414b8f4fa2582d8d07b')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/<.*0.16/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list