Date: Tuesday, October 6, 2020 @ 18:35:31 Author: felixonmars Revision: 719476
upgpkg: haskell-hakyll 4.13.4.1-1 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-06 18:32:04 UTC (rev 719475) +++ PKGBUILD 2020-10-06 18:35:31 UTC (rev 719476) @@ -3,8 +3,8 @@ _hkgname=hakyll pkgname=haskell-hakyll -pkgver=4.13.4.0 -pkgrel=78 +pkgver=4.13.4.1 +pkgrel=1 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll" license=("BSD") @@ -16,17 +16,14 @@ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz" - hakyll-pandoc-2.10.patch::https://github.com/jaspervdj/hakyll/pull/787.patch) -sha512sums=('4ade6776cfee7a8293ba4a659cf8633c0e6641ee2c33db9cdddeaca996ff092d027ce4165e174d7acdeb8485904394d9a899351d9e3c065e4ce7cb5af61ee08a' - 'c78d30619a29f0015d74b997187ed22fdd11c62f10a8da3362c3c2090446bdd17cd0afb7397c3f789305de7047299c54bcad845e0255cee327138c463d3dd8ad') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha512sums=('6045a1461855d46f57a20f7a84636f90e6d151bcbaf09511f10ab66fa0567062e355ff580d1f12a4432bbe517bc9e162d65927f3c343f8f077e81981e7c7973c') prepare() { cd $_hkgname-$pkgver - patch -p1 -i ../hakyll-pandoc-2.10.patch - sed -i 's/< *0.0.12/<1/;s/< *2.14/<3/;s/< *1.2/<2/' $_hkgname.cabal + uusi $_hkgname.cabal } build() {
