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

Felix Yan felixonmars at archlinux.org
Sun Nov 24 09:51:33 UTC 2019


    Date: Sunday, November 24, 2019 @ 09:51:33
  Author: felixonmars
Revision: 532898

upgpkg: haskell-hopenpgp 2.8.4-1

rebuild with hOpenPGP 2.8.4, hopenpgp-tools 0.22

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-24 09:50:59 UTC (rev 532897)
+++ PKGBUILD	2019-11-24 09:51:33 UTC (rev 532898)
@@ -2,16 +2,16 @@
 
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
-pkgver=2.7.4.1
-pkgrel=119
+pkgver=2.8.4
+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-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-base16-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'
@@ -19,7 +19,7 @@
          'haskell-wl-pprint-extras' 'haskell-zlib')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('1b0e2ec52726ba84dc93b7cffe7bccfa2d259049f1629799d239c9e2ef6abf13da561dd99775601d989ae5d5cc251a1684f23a243e6a27a663850f132f0724df')
+sha512sums=('4cbb464237dd535b778df764ebfa5d2564a371ad075fd91c5f9286990dd2deb5b4dd2998c4857c33f6f5b15f025eca339332882974020d33509e2b0107586626')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list