[arch-commits] Commit in haskell-openssl-streams/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Sep 12 09:45:47 UTC 2020


    Date: Saturday, September 12, 2020 @ 09:45:47
  Author: felixonmars
Revision: 703739

upgpkg: haskell-openssl-streams 1.2.3.0-1: rebuild with openssl-streams 1.2.3.0

Modified:
  haskell-openssl-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-12 09:40:31 UTC (rev 703738)
+++ PKGBUILD	2020-09-12 09:45:47 UTC (rev 703739)
@@ -2,8 +2,8 @@
 
 _hkgname=openssl-streams
 pkgname=haskell-openssl-streams
-pkgver=1.2.2.0
-pkgrel=79
+pkgver=1.2.3.0
+pkgrel=1
 pkgdesc="OpenSSL network support for io-streams"
 url="https://github.com/snapframework/openssl-streams"
 license=('BSD')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-hsopenssl' 'haskell-io-streams' 'haskell-network')
 makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ff1262afd26c82e97ed0a8bc7237728b47341968e8c6fe4a2351780508241f1588d12b32709d9be3b385db14b9b56eee77676cacb1c0a6bf632a8f25bdb775eb')
+sha512sums=('86c5f9348af82ad0ac9e8103ee078c78647e61345ecf0c48b02749206147a82a3a798f681b9cd20ec866276aca75a3739965ca2b76a0b302da4792bf1fc4917e')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *3.1/<4/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list