summaryrefslogtreecommitdiff
path: root/community/haskell-syb
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/haskell-syb
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/haskell-syb')
-rw-r--r--community/haskell-syb/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/haskell-syb/PKGBUILD b/community/haskell-syb/PKGBUILD
index dee27a3c4..2aff699a1 100644
--- a/community/haskell-syb/PKGBUILD
+++ b/community/haskell-syb/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
_hkgname=syb
pkgname=haskell-syb
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
pkgdesc="A library for client-side HTTP"
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
@@ -12,7 +12,8 @@ depends=('ghc=7.6.3-1' sh)
options=('strip')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
-md5sums=('ec2719d444a6561b2424dcef10b4fe34')
+options=('staticlibs')
+md5sums=('28df3b70cef652fa6c04e6353c580a7a')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}