diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-25 03:59:45 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-25 03:59:45 +0000 |
commit | ec963aec4666ff7087ae150cb84398533a78f296 (patch) | |
tree | 4da354e279473e5bd24dccdc93e816b2ebbe076f /community/haskell-vector | |
parent | f28fb29dd903558bdb2765f573eaf149897e7d1c (diff) |
Tue Mar 25 03:55:20 UTC 2014
Diffstat (limited to 'community/haskell-vector')
-rw-r--r-- | community/haskell-vector/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/haskell-vector/PKGBUILD b/community/haskell-vector/PKGBUILD index 4202d98db..7e0408b24 100644 --- a/community/haskell-vector/PKGBUILD +++ b/community/haskell-vector/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 101632 2013-11-29 15:58:32Z spupykin $ +# $Id: PKGBUILD 108169 2014-03-24 08:21:00Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=haskell-vector pkgver=0.10.9.1 -pkgrel=1 +pkgrel=2 pkgdesc="Efficient Arrays" url="http://code.haskell.org/vector" license=("custom:BSD3") @@ -14,8 +14,6 @@ depends=("ghc" "haskell-primitive") options=('strip' 'staticlibs') install="${pkgname}.install" source=("http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz") -sha256sums=('ece945058b01a77c5fff31e89bbea76ac619677041c41286a2da5e8b515508af') -sha256sums=('23a8ab9a5257781db2513a0741a01f0d5f60c6d0730cd88136abfe7ae44c330d') sha256sums=('205656e9741aad406e427e988dbf1665bf5dbdf3e9d574e309c274be4e06bde5') build() { |