diff options
author | root <root@rshg054.dnsready.net> | 2012-09-07 00:03:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-07 00:03:53 +0000 |
commit | ed51a8c1611ffa602f5f9628c858f6edbc218fc8 (patch) | |
tree | 9da1c83153c6a7313cc5fbdc6a361083051e9f1d /community/haskell-bytestring-show | |
parent | 3a491cfc574c49ee5f006f74323b6d432d372ab8 (diff) |
Fri Sep 7 00:03:53 UTC 2012
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} |