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

Felix Yan felixonmars at archlinux.org
Sun May 20 06:17:13 UTC 2018


    Date: Sunday, May 20, 2018 @ 06:17:12
  Author: felixonmars
Revision: 325092

upgpkg: haskell-hopenpgp 2.7-1

rebuild with hOpenPGP,2.7 openpgp-asciiarmor,0.1.1 hopenpgp-tools,0.21

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

----------+
 PKGBUILD |   30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-20 06:16:02 UTC (rev 325091)
+++ PKGBUILD	2018-05-20 06:17:12 UTC (rev 325092)
@@ -3,26 +3,30 @@
 
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
-pkgver=2.5.5
-pkgrel=204
+pkgver=2.7
+pkgrel=1
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/"
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
-         'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 'haskell-bzlib'
-         'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
-         'haskell-crypto-cipher-types' 'haskell-data-default-class' 'haskell-errors'
-         'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens'
-         'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 'haskell-network'
-         'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 'haskell-resourcet'
-         'haskell-securemem' 'haskell-semigroups' 'haskell-split' 'haskell-text'
-         'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-wl-pprint-extras'
-         'haskell-zlib')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 'haskell-attoparsec'
+         'haskell-base16-bytestring' 'haskell-base64-bytestring' 'haskell-bifunctors'
+         'haskell-bzlib' 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra'
+         'haskell-cryptonite' 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+         'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 'haskell-memory'
+         'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 'haskell-newtype'
+         'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 'haskell-resourcet' 'haskell-split'
+         '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)
-md5sums=('f480201a10f14150adc290c81d38e7b6')
+sha512sums=('6432f54853af4562b5c61f0d97fe40dd4a5872f07e07c470ae41e951b11cbe00f491ce469c5d0caa897ba046c44e65fcaff0e4c9db825126b35f7aa15fc6bb40')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list