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

Felix Yan felixonmars at archlinux.org
Thu Jan 23 04:42:27 UTC 2020


    Date: Thursday, January 23, 2020 @ 04:42:27
  Author: felixonmars
Revision: 554777

upgpkg: haskell-hopenpgp 2.9.2-1: rebuild with hOpenPGP 2.9.2

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 04:39:33 UTC (rev 554776)
+++ PKGBUILD	2020-01-23 04:42:27 UTC (rev 554777)
@@ -2,8 +2,8 @@
 
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
-pkgver=2.9
-pkgrel=18
+pkgver=2.9.2
+pkgrel=1
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/"
 license=('MIT')
@@ -18,18 +18,11 @@
          'haskell-time-locale-compat' 'haskell-unliftio-core' 'haskell-unordered-containers'
          'haskell-wl-pprint-extras' 'haskell-zlib')
 makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
-        hopenpgp-ghc-8.8.patch::https://salsa.debian.org/clint/hOpenPGP/commit/2c26a2e061178c08684b06f839066df05473da8c.patch)
-sha512sums=('751c325eb7c33ad64a5cd20d13c414d1bd59fccd4f703871d029237431b4966998056360aa236e0bf3c3379245a9a610aa3ad9f3f3b83961918212bb1d7e315c'
-            '0751b3a893335df5a267f05672dbac1f5bb48daeded9f3e2278568b7a5df30077c0cd5ccff4714b5743389f8db1e64b366d37595952b1f5f6a922d59c8a7a4a8')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e02722155f3cc634fb8f21b03037c623c8577f2b091cb553d352a84d38d8bb221594b0cc38d6ac1e9a14decc664ecc81eed37ecbb6623386424daf35810aa661')
 
 prepare() {
     cd $_hkgname-$pkgver
-    patch -p1 -i ../hopenpgp-ghc-8.8.patch
-    sed -i -e 's/ fail "partial body length support needed"/ error "partial body length support needed"/' \
-           -e 's/ fail ("too/ error ("too/' Codec/Encryption/OpenPGP/Serialize.hs
-    sed -i -e 's/ fail$/ error/' -e 's/fail "Non-V4/error "Non-V4/' -e 's/fail "This should/error "This should/' Codec/Encryption/OpenPGP/SerializeForSigs.hs
-    sed -i -e 's/fail "I think/error "I think/' -e 's/fail "MDC with/error "MDC with/' -e 's/fail \$/error $/' Data/Conduit/OpenPGP/Decrypt.hs
     sed -i '/semigroups/d' $_hkgname.cabal
 }
 



More information about the arch-commits mailing list