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

Felix Yan felixonmars at archlinux.org
Sun Apr 26 00:14:49 UTC 2020


    Date: Sunday, April 26, 2020 @ 00:14:47
  Author: felixonmars
Revision: 621236

upgpkg: haskell-hackage-security 0.6.0.1-10: rebuild with base64-bytestring 1.1.0.0

Modified:
  haskell-hackage-security/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-26 00:12:49 UTC (rev 621235)
+++ PKGBUILD	2020-04-26 00:14:47 UTC (rev 621236)
@@ -4,7 +4,7 @@
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
 pkgver=0.6.0.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security"
 license=("BSD")
@@ -16,6 +16,11 @@
 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
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list