From ed51a8c1611ffa602f5f9628c858f6edbc218fc8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Sep 2012 00:03:53 +0000 Subject: Fri Sep 7 00:03:53 UTC 2012 --- community/haskell-bytestring-show/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'community/haskell-bytestring-show') diff --git a/community/haskell-bytestring-show/PKGBUILD b/community/haskell-bytestring-show/PKGBUILD index d59b21995..081f77510 100644 --- a/community/haskell-bytestring-show/PKGBUILD +++ b/community/haskell-bytestring-show/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 72384 2012-06-13 13:45:56Z tdziedzic $ +# $Id: PKGBUILD 75911 2012-09-05 10:26:10Z spupykin $ # Maintainer: Sergej Pupykin pkgname=haskell-bytestring-show -pkgver=0.3.5.1 -pkgrel=3 +pkgver=0.3.5.2 +pkgrel=1 pkgdesc="Efficient conversion of values into readable byte strings." -url="http://code.haskell.org/~dolio/" +#url="http://code.haskell.org/~dolio/" +url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-show" license=("BSD3") arch=('i686' 'x86_64') depends=("ghc=7.4.2-1") install="${pkgname}.install" source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz") -md5sums=('7396bc2e8f88dedc3374c3f12f24e4bd') +md5sums=('bd7cc8c9da04814d5c81041f8f087a8c') build() { cd ${srcdir}/bytestring-show-${pkgver} -- cgit v1.2.3-54-g00ecf