diff options
Diffstat (limited to 'community/haskell-bytestring-show/PKGBUILD')
-rw-r--r-- | community/haskell-bytestring-show/PKGBUILD | 6 |
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} |