Date: Saturday, March 21, 2020 @ 17:03:39
  Author: felixonmars
Revision: 602841

upgpkg: haskell-openssl-streams 1.2.2.0-53: rebuild with network 3.1.1.1, 
network-bsd 2.8.1.0

Modified:
  haskell-openssl-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-03-21 17:02:32 UTC (rev 602840)
+++ PKGBUILD    2020-03-21 17:03:39 UTC (rev 602841)
@@ -3,7 +3,7 @@
 _hkgname=openssl-streams
 pkgname=haskell-openssl-streams
 pkgver=1.2.2.0
-pkgrel=52
+pkgrel=53
 pkgdesc="OpenSSL network support for io-streams"
 url="https://github.com/snapframework/openssl-streams";
 license=('BSD')
@@ -13,6 +13,11 @@
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 
sha512sums=('ff1262afd26c82e97ed0a8bc7237728b47341968e8c6fe4a2351780508241f1588d12b32709d9be3b385db14b9b56eee77676cacb1c0a6bf632a8f25bdb775eb')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *3.1/<4/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     

Reply via email to