Date: Saturday, July 1, 2017 @ 08:50:04 Author: felixonmars Revision: 241985
upgpkg: haskell-path 0.6.1-1 rebuild with path,0.6.1 Modified: haskell-path/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-01 08:48:06 UTC (rev 241984) +++ PKGBUILD 2017-07-01 08:50:04 UTC (rev 241985) @@ -4,8 +4,8 @@ _hkgname=path pkgname=haskell-path -pkgver=0.6.0 -pkgrel=2 +pkgver=0.6.1 +pkgrel=1 pkgdesc="Path" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=('ghc' "haskell-aeson" "haskell-exceptions" "haskell-hashable") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('1724889da88067d485d943c0cce098937aa4945772a07528b0b3b4663846f468685d67597913fa70247b02b38ef43a341152def30544fe60ef1b29dc79db4562') +sha512sums=('84428bf7215c014b7759c96c4eda2fe7576169a8a906cce493476d6718b069ff90da1745914c0e265e97c96472f7b8ba50a16713468da95adcb755cda9f694f5') build() { cd "${srcdir}/${_hkgname}-${pkgver}"