Date: Saturday, March 26, 2022 @ 18:21:25 Author: felixonmars Revision: 1176850
upgpkg: haskell-mustache 2.4.1-1: rebuild with mustache 2.4.1 Modified: haskell-mustache/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-26 18:16:49 UTC (rev 1176849) +++ PKGBUILD 2022-03-26 18:21:25 UTC (rev 1176850) @@ -2,8 +2,8 @@ _hkgname=mustache pkgname=haskell-mustache -pkgver=2.4.0 -pkgrel=22 +pkgver=2.4.1 +pkgrel=1 pkgdesc="A mustache template parser library." url="https://github.com/JustusAdam/mustache" license=('BSD') @@ -12,15 +12,9 @@ '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 - $pkgname-unordered-containers-0.2.17.patch::https://github.com/JustusAdam/mustache/pull/59.patch) -sha512sums=('897cd682648a363a4fe4225a65f782f743fb9631dc9e58d99eb443931989975b42bee0815037ee839fc70e1a40887e5417a05b105e4ca79565e2bd52b5fcd385' - '01a3754ff9d626eda4fe24619fb746b50a2570757be1f2ec67975a74629c6ab02a751d67da31969d9256257406ab5c752b14ee29e431374e547ed52399a3e4e4') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('389a418712fee9ff16c88f45014470e1cdd31f6e9dd2f418853a1a2d174ba7fd11ee05ba20f22b134d34b95377bf55c5add5b52cf423ecb49338bd4ff6534e13') -prepare() { - patch -d $_hkgname-$pkgver -p1 < $pkgname-unordered-containers-0.2.17.patch -} - build() { cd $_hkgname-$pkgver
