Date: Tuesday, March 15, 2022 @ 16:30:20 Author: felixonmars Revision: 1154561
upgpkg: haskell-mustache 2.4.0-10: rebuild with unordered-containers 0.2.17.0 Modified: haskell-mustache/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-15 15:27:37 UTC (rev 1154560) +++ PKGBUILD 2022-03-15 16:30:20 UTC (rev 1154561) @@ -3,7 +3,7 @@ _hkgname=mustache pkgname=haskell-mustache pkgver=2.4.0 -pkgrel=9 +pkgrel=10 pkgdesc="A mustache template parser library." url="https://github.com/JustusAdam/mustache" license=('BSD') @@ -12,9 +12,15 @@ 'haskell-scientific' 'haskell-th-lift' 'haskell-cmdargs' 'haskell-yaml') makedepends=('ghc' 'haskell-hspec' 'haskell-base-unicode-symbols' 'haskell-wreq' 'haskell-zlib' 'haskell-tar' 'haskell-lens' 'haskell-temporary') -source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('897cd682648a363a4fe4225a65f782f743fb9631dc9e58d99eb443931989975b42bee0815037ee839fc70e1a40887e5417a05b105e4ca79565e2bd52b5fcd385') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz + $pkgname-unordered-containers-0.2.17.patch::https://github.com/JustusAdam/mustache/pull/59.patch) +sha512sums=('897cd682648a363a4fe4225a65f782f743fb9631dc9e58d99eb443931989975b42bee0815037ee839fc70e1a40887e5417a05b105e4ca79565e2bd52b5fcd385' + '01a3754ff9d626eda4fe24619fb746b50a2570757be1f2ec67975a74629c6ab02a751d67da31969d9256257406ab5c752b14ee29e431374e547ed52399a3e4e4') +prepare() { + patch -d $_hkgname-$pkgver -p1 < $pkgname-unordered-containers-0.2.17.patch +} + build() { cd $_hkgname-$pkgver
