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

Felix Yan felixonmars at archlinux.org
Thu Sep 29 14:33:31 UTC 2016


    Date: Thursday, September 29, 2016 @ 14:33:30
  Author: felixonmars
Revision: 190916

upgpkg: haskell-hopenpgp 2.5.5-1

rebuild with conduit-1.2.8, conduit-combinators-1.0.8, conduit-extra-1.1.13.3, fast-logger-2.4.7, hOpenPGP-2.5.5, hasql-0.19.15.1, highlighting-kate-0.6.3, hopenpgp-tools-0.19.4, hspec-2.2.4, hspec-core-2.2.4, hspec-discover-2.2.4, http-api-data-0.3.1, http-conduit-2.2.2.1, incremental-parser-0.2.5, monoid-subclasses-0.4.3, pandoc-citeproc-0.10.1.1, streaming-commons-0.1.16, wai-extra-3.0.18, xml-conduit-1.4.0.1, xml-hamlet-0.4.0.12, yaml-0.8.18.7, yesod-core-1.4.25

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-29 14:16:58 UTC (rev 190915)
+++ PKGBUILD	2016-09-29 14:33:30 UTC (rev 190916)
@@ -3,15 +3,15 @@
 
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
-pkgver=2.5.2
+pkgver=2.5.5
 pkgrel=1
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/"
 license=('MIT')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base64-bytestring'
-         'haskell-bifunctors' 'haskell-byteable' 'haskell-bzlib' 'haskell-binary-conduit'
-         'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+depends=('ghc=8.0.1' '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'
@@ -20,7 +20,7 @@
          'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-wl-pprint-extras'
          'haskell-zlib')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('ef17b65cb2b3e34daa15770c2540f2ca')
+md5sums=('f480201a10f14150adc290c81d38e7b6')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list