summaryrefslogtreecommitdiff
path: root/community/haskell-vector/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-vector/PKGBUILD')
-rw-r--r--community/haskell-vector/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/haskell-vector/PKGBUILD b/community/haskell-vector/PKGBUILD
index b6fa033e1..4202d98db 100644
--- a/community/haskell-vector/PKGBUILD
+++ b/community/haskell-vector/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 100512 2013-11-05 10:55:55Z spupykin $
+# $Id: PKGBUILD 101632 2013-11-29 15:58:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=haskell-vector
-pkgver=0.10.0.1
-pkgrel=5
+pkgver=0.10.9.1
+pkgrel=1
pkgdesc="Efficient Arrays"
url="http://code.haskell.org/vector"
license=("custom:BSD3")
@@ -11,10 +11,12 @@ arch=('i686' 'x86_64')
makedepends=()
# deps adjusted to specific versions in package()
depends=("ghc" "haskell-primitive")
-options=('strip')
+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() {
cd ${srcdir}/vector-${pkgver}