Date: Monday, February 4, 2013 @ 18:16:05 Author: spupykin Revision: 83721
upgpkg: haskell-utf8-string 0.3.7-4 upd Modified: haskell-utf8-string/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-04 17:08:16 UTC (rev 83720) +++ PKGBUILD 2013-02-04 17:16:05 UTC (rev 83721) @@ -5,12 +5,12 @@ _hkgname=utf8-string pkgname=haskell-utf8-string pkgver=0.3.7 -pkgrel=3 +pkgrel=4 pkgdesc="Support for reading and writing UTF8 Strings" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.6.1-1' 'sh') +depends=('ghc=7.6.2-1' 'sh') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) md5sums=('50e5c395713e716e0e4a56da73f87ccd')
