From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- community/haskell-bytestring-show/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/haskell-bytestring-show/PKGBUILD') diff --git a/community/haskell-bytestring-show/PKGBUILD b/community/haskell-bytestring-show/PKGBUILD index 99fd4ebb6..d5892f4f4 100644 --- a/community/haskell-bytestring-show/PKGBUILD +++ b/community/haskell-bytestring-show/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 89293 2013-04-28 16:52:14Z td123 $ +# $Id: PKGBUILD 102053 2013-12-04 14:18:45Z spupykin $ # Maintainer: Sergej Pupykin pkgname=haskell-bytestring-show -pkgver=0.3.5.4 -pkgrel=4 +pkgver=0.3.5.5 +pkgrel=1 pkgdesc="Efficient conversion of values into readable byte strings." url="http://hackage.haskell.org/package/bytestring-show" license=("BSD3") arch=('i686' 'x86_64') depends=("ghc") +options=('staticlibs') install="${pkgname}.install" source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz") -md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d') +md5sums=('7ed08495da103ecc17b90dce70d1ca39') build() { cd ${srcdir}/bytestring-show-${pkgver} -- cgit v1.2.3-54-g00ecf