Date: Wednesday, June 29, 2016 @ 02:10:29 Author: felixonmars Revision: 181572
upgpkg: haskell-glob 0.7.7-1 rebuild with Glob-0.7.7 Modified: haskell-glob/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-29 01:14:10 UTC (rev 181571) +++ PKGBUILD 2016-06-29 02:10:29 UTC (rev 181572) @@ -4,8 +4,8 @@ _hkgname=Glob pkgname=haskell-glob -pkgver=0.7.5 -pkgrel=2 +pkgver=0.7.7 +pkgrel=1 pkgdesc="Globbing library" url="http://iki.fi/matti.niemenmaa/glob/" license=("custom:BSD3") @@ -12,12 +12,8 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-dlist") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('0063bbc680d90f522455c0dec1121837689da542f4d9c70924d98bfb1389be41') +sha256sums=('c1219b83da6f20a254d3cb6505d62026503080c1853ed9c59541af14f0f74b83') -prepare() { - sed -i 's/filepath >= 1.1 && < 1.4/filepath >= 1.1 \&\& < 1.5/' ${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
