Date: Monday, December 10, 2018 @ 12:40:13 Author: felixonmars Revision: 414136
upgpkg: haskell-rsa 2.3.0-40 rebuild with ghc 8.6.3, cmark-gfm 0.1.6 Modified: haskell-rsa/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-10 12:39:01 UTC (rev 414135) +++ PKGBUILD 2018-12-10 12:40:13 UTC (rev 414136) @@ -3,10 +3,10 @@ _hkgname=RSA pkgname=haskell-rsa pkgver=2.3.0 -pkgrel=39 +pkgrel=40 pkgdesc="Implementation of RSA, using the padding schemes of PKCS#1 v2.1." url="https://github.com/GaloisInc/rsa" -license=('custom:BSD3') +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'
