summaryrefslogtreecommitdiff
path: root/community/haskell-bytestring-show
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-bytestring-show')
-rw-r--r--community/haskell-bytestring-show/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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 <pupykin.s+arch@gmail.com>
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}