[arch-commits] Commit in haskell-hackage-security/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 17 14:19:07 UTC 2018
Date: Thursday, May 17, 2018 @ 14:19:07
Author: felixonmars
Revision: 323810
upgpkg: haskell-hackage-security 0.5.3.0-2
rebuild with ghc 8.4.2
Modified:
haskell-hackage-security/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-17 13:52:32 UTC (rev 323809)
+++ PKGBUILD 2018-05-17 14:19:07 UTC (rev 323810)
@@ -5,25 +5,18 @@
_hkgname=hackage-security
pkgname=haskell-hackage-security
pkgver=0.5.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Hackage security library"
url="https://github.com/well-typed/hackage-security"
license=("custom:BSD3")
arch=('x86_64')
-depends=('ghc-libs' "haskell-base16-bytestring" "haskell-base64-bytestring" "haskell-cryptohash-sha256"
- "haskell-ed25519" "haskell-mtl" "haskell-network" "haskell-network-uri" "haskell-parsec"
- "haskell-tar" "haskell-zlib")
+depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring' 'haskell-cryptohash-sha256'
+ 'haskell-ed25519' 'haskell-network' 'haskell-network-uri'
+ 'haskell-tar' 'haskell-zlib')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('57af812fb3911aed6ebdbc5de733e86a2bdc7845a07246c69346c59f654e7c4ae5bf20ad753cfe71dc1d7f47ce66a37fba49b178e8e6ff74002fc8ffb72d920d')
-prepare() {
- sed -e 's/directory >= 1.1.0.2 && < 1.3,/directory >= 1.1.0.2,/' \
- -e 's/time >= 1.2 && < 1.7,/time >= 1.2,/' \
- -e 's/Cabal >= 1.14 && < 1.26,/Cabal >= 1.14,/' \
- -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list