diff options
Diffstat (limited to 'community/haskell-bytestring-show')
-rw-r--r-- | community/haskell-bytestring-show/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
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 <pupykin.s+arch@gmail.com> 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} |