[arch-commits] Commit in haskell-hackage-security/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Dec 16 09:52:31 UTC 2020


    Date: Wednesday, December 16, 2020 @ 09:52:30
  Author: felixonmars
Revision: 776432

upgpkg: haskell-hackage-security 0.6.0.1-127: rebuild with base16-bytestring 1.0.0.0, casa-types 0.0.2

Modified:
  haskell-hackage-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-16 09:49:06 UTC (rev 776431)
+++ PKGBUILD	2020-12-16 09:52:30 UTC (rev 776432)
@@ -4,7 +4,7 @@
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
 pkgver=0.6.0.1
-pkgrel=126
+pkgrel=127
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security"
 license=("BSD")
@@ -12,13 +12,13 @@
 depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring'
          'haskell-cryptohash-sha256' 'haskell-ed25519' 'haskell-lukko' 'haskell-network'
          'haskell-network-uri' 'haskell-tar' 'haskell-zlib')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('b83fdda3712c58bcc4237965e40bea16b9ce08f30c0671f45967e69a2eb85488e78a41c8d12b9f339f78f30cc50770a72e9e9a46e5ddf740a20bce4ea4e96fdb')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *1.1/<2/' $_hkgname.cabal
+    uusi -u base16-bytestring -u base64-bytestring $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list