Date: Wednesday, November 6, 2013 @ 14:22:07 Author: spupykin Revision: 100601
upgpkg: haskell-bytestring-show 0.3.5.4-6 upd Modified: haskell-bytestring-show/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-06 13:21:19 UTC (rev 100600) +++ PKGBUILD 2013-11-06 13:22:07 UTC (rev 100601) @@ -3,12 +3,13 @@ pkgname=haskell-bytestring-show pkgver=0.3.5.4 -pkgrel=5 +pkgrel=6 pkgdesc="Efficient conversion of values into readable byte strings." url="http://hackage.haskell.org/package/bytestring-show" license=("BSD3") arch=('i686' 'x86_64') depends=("ghc") +options=('staticlibs') install="${pkgname}.install" source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz") md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d')
