Date: Monday, June 14, 2021 @ 15:57:18 Author: felixonmars Revision: 963460
upgpkg: haskell-hls-splice-plugin 1.0.0.3-1 Modified: haskell-hls-splice-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-14 15:51:58 UTC (rev 963459) +++ PKGBUILD 2021-06-14 15:57:18 UTC (rev 963460) @@ -2,8 +2,8 @@ _hkgname=hls-splice-plugin pkgname=haskell-hls-splice-plugin -pkgver=1.0.0.2 -pkgrel=18 +pkgver=1.0.0.3 +pkgrel=1 pkgdesc="HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes" url="https://hackage.haskell.org/package/hls-splice-plugin" license=("Apache") @@ -10,11 +10,12 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-dlist' 'haskell-extra' 'haskell-foldl' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghcide' 'haskell-hls-plugin-api' 'haskell-lens' - 'haskell-lsp' 'haskell-retrie' 'haskell-shake' 'haskell-syb' 'haskell-unliftio-core' + 'haskell-lsp' 'haskell-retrie' 'haskell-syb' 'haskell-unliftio-core' 'haskell-unordered-containers') makedepends=('ghc' 'uusi' 'haskell-hls-test-utils') +checkdepends=('git') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('faf1e1cc127fe58fbafab4f61a3e8daa832c93c7d7dddd52a0a0228fa497079db2be64f51196b4b5734e0beddf1cd10d57cd7419671aee1c94b8cad84099b20e') +sha512sums=('ffa006d350947c00e9b2e45dc5c7b6ddc31723d93ae8111443bae7c67df4bb0f4c62ac6c22a4bc085ce1f2a6d15f420d8da134f1c3787a47b5ba85fcd9674b41') prepare() { cd $_hkgname-$pkgver
