mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/haskell-cryptonite to 0.25-3
This commit is contained in:
parent
c22eed294a
commit
27d2759215
1 changed files with 4 additions and 4 deletions
|
@ -7,16 +7,16 @@
|
|||
|
||||
_hkgname=cryptonite
|
||||
pkgname=haskell-cryptonite
|
||||
pkgver=0.24
|
||||
pkgrel=25
|
||||
pkgver=0.25
|
||||
pkgrel=3
|
||||
pkgdesc="Cryptography Primitives sink"
|
||||
url="https://github.com/vincenthz/cryptonite"
|
||||
license=("custom:BSD3")
|
||||
arch=('x86_64')
|
||||
depends=('ghc-libs' 'haskell-foundation' 'haskell-memory')
|
||||
depends=('ghc-libs' 'haskell-basement' 'haskell-memory')
|
||||
makedepends=('ghc')
|
||||
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('f6a7379f8d2f398dcd8e6c27092158a51363a3d70ed28a22b1a4ba64ece55c700cc9d701acd6bb5492beefe4fd0ca87287362c58e5bd4e98fe06a12d531debf3')
|
||||
sha512sums=('e2c246b85595cca60c4d0f4eda737ab3be2a73ee012ba234c2b1a0111a7b77e04c6ba5597c807e3d2d48dc41e9b4fe0419ce95072e9977903c437b36350f0405')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_hkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue