Date: Tuesday, April 4, 2023 @ 11:39:03 Author: felixonmars Revision: 1434554
upgpkg: haskell-hls-alternate-number-format-plugin 1.3.0.0-1: rebuild with ghcide 1.9.0.0, haskell-language-server 1.9.0.0, hls-alternate-number-format-plugin 1.3.0.0, hls-brittany-plugin 1.1.0.0, hls-call-hierarchy-plugin 1.2.0.0, hls-change-type-signature-plugin 1.1.0.0, hls-class-plugin 1.1.1.0, hls-code-range-plugin 1.1.0.0, hls-eval-plugin 1.4.0.0, hls-explicit-fixity-plugin 1.1.0.0, hls-explicit-imports-plugin 1.2.0.0, hls-floskell-plugin 1.0.2.0, hls-fourmolu-plugin 1.1.1.0, hls-gadt-plugin 1.0.1.0, hls-graph 1.9.0.0, hls-haddock-comments-plugin 1.1.1.0, hls-hlint-plugin 1.1.1.0, hls-module-name-plugin 1.1.1.0, hls-ormolu-plugin 1.0.3.0, hls-plugin-api 1.6.0.0, hls-pragmas-plugin 1.0.4.0, hls-qualify-imported-names-plugin 1.0.2.0, hls-refactor-plugin 1.1.0.0, hls-refine-imports-plugin 1.0.4.0, hls-rename-plugin 1.0.2.0, hls-retrie-plugin 1.0.3.0, hls-splice-plugin 1.0.3.0, hls-stylish-haskell-plugin 1.0.1.2, hls-tactics-plugin 1.8.0.0, hls-test-utils 1.5.0.0 Modified: haskell-hls-alternate-number-format-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-04 11:38:13 UTC (rev 1434553) +++ PKGBUILD 2023-04-04 11:39:03 UTC (rev 1434554) @@ -2,19 +2,19 @@ _hkgname=hls-alternate-number-format-plugin pkgname=haskell-hls-alternate-number-format-plugin -pkgver=1.2.0.0 -pkgrel=40 +pkgver=1.3.0.0 +pkgrel=1 pkgdesc="Provide Alternate Number Formats plugin for Haskell Language Server" url="https://github.com/haskell/haskell-language-server" license=("Apache") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-ghcide' 'haskell-hie-compat' 'haskell-hls-graph' - 'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp' 'haskell-regex-tdfa' 'haskell-syb' - 'haskell-unordered-containers') +depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghcide' 'haskell-hie-compat' + 'haskell-hls-graph' 'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp' + 'haskell-regex-tdfa' 'haskell-syb' 'haskell-unordered-containers') makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hls-test-utils' 'haskell-tasty-quickcheck') checkdepends=('git') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('409eb360ec40362c9dcdf256cf9875fb0fab9c3ee320ec11a8f8616e2d118be7') +sha256sums=('7202b7115bb5696f604f0392012cbf6a1ed1ed1ec88ef3564c2083da34378152') prepare() { cd $_hkgname-$pkgver
