Date: Friday, February 21, 2020 @ 00:46:44 Author: felixonmars Revision: 577460
upgpkg: haskell-path 0.7.0-1: rebuild with path 0.7.0 Modified: haskell-path/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-21 00:43:59 UTC (rev 577459) +++ PKGBUILD 2020-02-21 00:46:44 UTC (rev 577460) @@ -3,9 +3,9 @@ _hkgname=path pkgname=haskell-path -pkgver=0.6.1 -pkgrel=135 -pkgdesc="Path" +pkgver=0.7.0 +pkgrel=1 +pkgdesc="Support for well-typed paths" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") arch=('x86_64') @@ -12,13 +12,8 @@ depends=('ghc-libs' "haskell-aeson" "haskell-exceptions" "haskell-hashable") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('84428bf7215c014b7759c96c4eda2fe7576169a8a906cce493476d6718b069ff90da1745914c0e265e97c96472f7b8ba50a16713468da95adcb755cda9f694f5') +sha512sums=('b07fc95eab12188d49e4525ea5bbadfda9d5bfb61cc306d624730087d2fc1f946407e4861f7f66de48d9cdf2541591d4518fcc77f28d65671bfa65a963e18a9c') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/<.*0.9/<1/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
