Date: Wednesday, February 26, 2020 @ 17:53:44 Author: felixonmars Revision: 583056
upgpkg: haskell-cpphs 1.20.9-1: rebuild with cpphs 1.20.9 Modified: haskell-cpphs/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-26 17:50:48 UTC (rev 583055) +++ PKGBUILD 2020-02-26 17:53:44 UTC (rev 583056) @@ -3,16 +3,16 @@ _hkgname=cpphs pkgname=haskell-cpphs -pkgver=1.20.8 -pkgrel=17 +pkgver=1.20.9 +pkgrel=1 pkgdesc="A liberalised re-implementation of cpp, the C pre-processor." url="https://projects.haskell.org/cpphs/" license=("LGPL") arch=('x86_64') -depends=('ghc-libs' "haskell-old-locale" "haskell-old-time" "haskell-polyparse") +depends=('ghc-libs' 'haskell-polyparse') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('ec9323f9e1cb6de450d8af6b6b98005bf46427c2926694e1cba942fd54a03d9d36a7e8f2541eb095949110ddaf6317597699b7c4472942a509d496cb9b4da747') +sha512sums=('9c43799c61ff6d4c7229efd7a01cc33844acc6a33ca62f11bde2ef3c4615edcd28b7dec47259a0fcd1822031a4fac79f4d4b1464c2e4db49316fd839b4cd8ece') build() { cd $_hkgname-$pkgver
