[arch-commits] Commit in haskell-http-client-restricted/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 13 11:12:26 UTC 2021


    Date: Wednesday, January 13, 2021 @ 11:12:26
  Author: felixonmars
Revision: 820364

upgpkg: haskell-http-client-restricted 0.0.4-1: rebuild with http-client-restricted 0.0.4

Modified:
  haskell-http-client-restricted/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 11:10:27 UTC (rev 820363)
+++ PKGBUILD	2021-01-13 11:12:26 UTC (rev 820364)
@@ -2,8 +2,8 @@
 
 _hkgname=http-client-restricted
 pkgname=haskell-http-client-restricted
-pkgver=0.0.3
-pkgrel=103
+pkgver=0.0.4
+pkgrel=1
 pkgdesc="Restricting the servers that http-client will use"
 url="https://hackage.haskell.org/package/http-client-restricted"
 license=('MIT')
@@ -12,13 +12,8 @@
          'haskell-http-client-tls' 'haskell-network' 'haskell-network-bsd' 'haskell-utf8-string')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('6734f674b6a026f1cbba495b892cd98892584817db69bc36db07f4179e6ae4841055afa37a4841edff7c30270f9977b5700ecd9640ca812d213c575fb4ffbf86')
+sha512sums=('01ac97c3f0b48d2511699f3d23602be3c76bd991f2ec428c36f34b2180f93904f8f54c7411ad92de9e90ebfc1d97802237b3e770920e16d5fb291747f7222553')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< 0.7/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver    
     



More information about the arch-commits mailing list