Date: Sunday, November 29, 2020 @ 15:04:22 Author: felixonmars Revision: 766341
upgpkg: hopenpgp-tools 0.23.3-1 Modified: hopenpgp-tools/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-29 14:53:57 UTC (rev 766340) +++ PKGBUILD 2020-11-29 15:04:22 UTC (rev 766341) @@ -2,23 +2,24 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hopenpgp-tools -pkgver=0.23.2 -pkgrel=14 +pkgver=0.23.3 +pkgrel=1 pkgdesc="hOpenPGP-based command-line tools" url="https://salsa.debian.org/clint/hopenpgp-tools" license=("AGPL3") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring' - 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-crypto-pubkey' - 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 'haskell-graphviz' 'haskell-hopenpgp' - 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-ixset-typed' - 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor' +depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 'haskell-binary-conduit' + 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 'haskell-errors' + 'haskell-fgl' 'haskell-graphviz' 'haskell-hopenpgp' 'haskell-http-client' + 'haskell-http-client-tls' 'haskell-http-types' 'haskell-ixset-typed' 'haskell-lens' + 'haskell-memory' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor' 'haskell-optparse-applicative' 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 'haskell-prettyprinter-convert-ansi-wl-pprint' - 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml') + 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-unordered-containers' + 'haskell-vector' 'haskell-yaml') makedepends=('alex' 'happy' 'ghc') source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('4d6328c7f09730bc0173a59fa236520326befcd61372fe8d1180700a11dd1d392b1df1f682f3d1bc719929ea26225ee0145cad3dc00c3cbf3dca6b875369c8f7') +sha512sums=('8637ab0807133cb14258de85fa2a4aea26354b6dce3bf39a666e1924d1f716bb2215d2a9032e11cae6ff8ebd96416eacc96cf2457d4247f09b56442289449478') build() { cd "${srcdir}/${pkgname}-${pkgver}"
