Date: Wednesday, December 4, 2013 @ 15:18:28 Author: spupykin Revision: 102052
upgpkg: haskell-bytestring-show 0.3.5.5-1 upd Modified: haskell-bytestring-show/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-04 14:18:24 UTC (rev 102051) +++ PKGBUILD 2013-12-04 14:18:28 UTC (rev 102052) @@ -2,8 +2,8 @@ # Maintainer: Sergej Pupykin <[email protected]> pkgname=haskell-bytestring-show -pkgver=0.3.5.4 -pkgrel=6 +pkgver=0.3.5.5 +pkgrel=1 pkgdesc="Efficient conversion of values into readable byte strings." url="http://hackage.haskell.org/package/bytestring-show" license=("BSD3") @@ -12,7 +12,7 @@ options=('staticlibs') install="${pkgname}.install" source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz") -md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d') +md5sums=('7ed08495da103ecc17b90dce70d1ca39') build() { cd ${srcdir}/bytestring-show-${pkgver}
