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

Felix Yan felixonmars at archlinux.org
Sat Jan 11 00:44:39 UTC 2020


    Date: Saturday, January 11, 2020 @ 00:44:38
  Author: felixonmars
Revision: 551842

upgpkg: haskell-rsa 2.4.1-1: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-11 00:42:21 UTC (rev 551841)
+++ PKGBUILD	2020-01-11 00:44:38 UTC (rev 551842)
@@ -2,17 +2,17 @@
 
 _hkgname=RSA
 pkgname=haskell-rsa
-pkgver=2.3.1
-pkgrel=40
+pkgver=2.4.1
+pkgrel=1
 pkgdesc="Implementation of RSA, using the padding schemes of PKCS#1 v2.1."
 url="https://github.com/GaloisInc/rsa"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-crypto-api' 'haskell-crypto-pubkey-types' 'haskell-sha')
-makedepends=('ghc' 'haskell-drbg' 'haskell-quickcheck' 'haskell-tagged' 'haskell-test-framework'
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tagged' 'haskell-test-framework'
              'haskell-test-framework-quickcheck2')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b4d3f406cd7b97237c2b36e2ba659f35871e02a6144b6cb48482fdc7999d9822758472c25b9eaef9ef6aeb8c503fa49b424350a543897217f3aec3084dd7572f')
+sha512sums=('2cd3145f405bdc7dd1ddef3e93ef70a214b02607dc7f9648d36c258ba16eed881936816f4ae5ea3b7abd77b7b65d36a984e68dd19e3346fcf1d5231bca6cccb3')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list