summaryrefslogtreecommitdiff
path: root/community/haskell-vector
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-vector')
-rw-r--r--community/haskell-vector/PKGBUILD6
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() {