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

Felix Yan felixonmars at archlinux.org
Sat Jan 9 21:38:00 UTC 2021


    Date: Saturday, January 9, 2021 @ 21:38:00
  Author: felixonmars
Revision: 816807

upgpkg: haskell-http-api-data 0.4.3-1: rebuild with http-api-data 0.4.3

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

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-09 21:36:05 UTC (rev 816806)
+++ PKGBUILD	2021-01-09 21:38:00 UTC (rev 816807)
@@ -3,8 +3,8 @@
 
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
-pkgver=0.4.2
-pkgrel=45
+pkgver=0.4.3
+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")
@@ -15,13 +15,8 @@
 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=('99cd347221900e30678d5ceaf9d156d06fc31a9e05bc66f0cf8c90156835f1883d369673098d2f6ca2b838de88c67e6659807e73a8539b1e4c351fcc15bb9e2a')
+sha512sums=('625367d8f524eff07c69620df17c87a4365c01b9bc8bdd6bab5b8abe1b47cc429a050d63f48e50cb08fcac55aef95dfea532a5d52c87b6fa2d3e58b06aa8f4b0')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e '/nats/d' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list