summaryrefslogtreecommitdiff
path: root/community/haskell-bytestring-show
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-05 04:02:14 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-05 04:02:14 +0000
commitd7918d0226da2805ff09c48963d2c79e1327c630 (patch)
tree7899e81c92db3791af5dd17e05c3be10e8a9c007 /community/haskell-bytestring-show
parentbc80cf7c2a23a9d9580f3db36652165fd307b598 (diff)
Mon May 5 03:56:02 UTC 2014
Diffstat (limited to 'community/haskell-bytestring-show')
-rw-r--r--community/haskell-bytestring-show/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/haskell-bytestring-show/PKGBUILD b/community/haskell-bytestring-show/PKGBUILD
index d5892f4f4..1ef6b78a2 100644
--- a/community/haskell-bytestring-show/PKGBUILD
+++ b/community/haskell-bytestring-show/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 102053 2013-12-04 14:18:45Z spupykin $
+# $Id: PKGBUILD 110609 2014-05-04 13:54:49Z td123 $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=haskell-bytestring-show
-pkgver=0.3.5.5
+pkgver=0.3.5.6
pkgrel=1
pkgdesc="Efficient conversion of values into readable byte strings."
url="http://hackage.haskell.org/package/bytestring-show"
@@ -12,7 +12,7 @@ depends=("ghc")
options=('staticlibs')
install="${pkgname}.install"
source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz")
-md5sums=('7ed08495da103ecc17b90dce70d1ca39')
+md5sums=('c9041eed86a52e17e6b53a415967f7cb')
build() {
cd ${srcdir}/bytestring-show-${pkgver}