Date: Wednesday, May 24, 2017 @ 06:05:12 Author: felixonmars Revision: 229916
upgpkg: haskell-nonce 1.0.3-1 rebuild with nonce,1.0.3 Modified: haskell-nonce/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-24 05:31:50 UTC (rev 229915) +++ PKGBUILD 2017-05-24 06:05:12 UTC (rev 229916) @@ -4,21 +4,16 @@ _hkgname=nonce pkgname=haskell-nonce -pkgver=1.0.2 -pkgrel=17 +pkgver=1.0.3 +pkgrel=1 pkgdesc="Generate cryptographic nonces." url="https://github.com/prowdsponsor/nonce" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cprng-aes" - "haskell-crypto-random" "haskell-text") +depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cryptonite" "haskell-text") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('1004184996ea797b43189a0e73eab0b939f129cafc776341ca82289edb329cd0') +sha512sums=('3980915eb420dccf78a92ea8757a2546318a2a688052bef4e25968db430da4a206814d013e871e193bb9b14ae7a6946cf49b07c75352130a8308c4f57c097e0d') -prepare() { - sed -i 's/base >= 4.5 && < 4.9/base >= 4.5 \&\& < 4.10/' ${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
