Date: Sunday, February 12, 2023 @ 11:15:13
  Author: felixonmars
Revision: 1400037

upgpkg: haskell-hls-tactics-plugin 1.7.0.0-1: rebuild with ghcide 1.8.0.0, 
ghcide-test-utils 1.8.0.0, haskell-language-server 1.8.0.0, hie-bios 0.11.0, 
hie-compat 0.3.0.0, hiedb 0.4.2.0, hls-alternate-number-format-plugin 1.2.0.0, 
hls-call-hierarchy-plugin 1.1.0.0, hls-change-type-signature-plugin 1.0.1.1, 
hls-class-plugin 1.1.0.0, hls-code-range-plugin 1.0.0.0, hls-eval-plugin 
1.3.0.0, hls-explicit-fixity-plugin 1.0.0.0, hls-floskell-plugin 1.0.1.2, 
hls-fourmolu-plugin 1.1.0.0, hls-gadt-plugin 1.0.0.0, hls-graph 1.8.0.0, 
hls-haddock-comments-plugin 1.1.0.0, hls-hlint-plugin 1.1.0.0, 
hls-module-name-plugin 1.1.0.0, hls-plugin-api 1.5.0.0, hls-pragmas-plugin 
1.0.3.0, hls-refactor-plugin 1.0.0.0, hls-refine-imports-plugin 1.0.3.0, 
hls-rename-plugin 1.0.1.0, hls-retrie-plugin 1.0.2.2, hls-splice-plugin 
1.0.2.0, hls-tactics-plugin 1.7.0.0, hls-test-utils 1.4.0.0, lsp 1.6.0.0, 
lsp-test 0.14.1.0, lsp-types 1.6.0.0

Modified:
  haskell-hls-tactics-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-12 11:13:09 UTC (rev 1400036)
+++ PKGBUILD    2023-02-12 11:15:13 UTC (rev 1400037)
@@ -2,8 +2,8 @@
 
 _hkgname=hls-tactics-plugin
 pkgname=haskell-hls-tactics-plugin
-pkgver=1.6.2.0
-pkgrel=6
+pkgver=1.7.0.0
+pkgrel=1
 pkgdesc="Wingman plugin for Haskell Language Server"
 url="https://haskellwingman.dev";
 license=("Apache")
@@ -10,15 +10,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-fingertree' 
'haskell-generic-lens'
          'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghc-source-gen' 
'haskell-ghcide'
-         'haskell-hls-graph' 'haskell-hls-plugin-api' 'haskell-hyphenation' 
'haskell-lens'
-         'haskell-lsp' 'haskell-megaparsec' 'haskell-parser-combinators' 
'haskell-prettyprinter'
-         'haskell-refinery' 'haskell-retrie' 'haskell-syb' 'haskell-unagi-chan'
-         'haskell-unordered-containers')
+         'haskell-hls-graph' 'haskell-hls-plugin-api' 
'haskell-hls-refactor-plugin'
+         'haskell-hyphenation' 'haskell-lens' 'haskell-lsp' 
'haskell-megaparsec'
+         'haskell-parser-combinators' 'haskell-prettyprinter' 
'haskell-refinery' 'haskell-retrie'
+         'haskell-syb' 'haskell-unagi-chan' 'haskell-unordered-containers')
 makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hls-test-utils' 
'haskell-hspec'
              'haskell-hspec-discover' 'haskell-hspec-expectations' 
'haskell-lsp-types'
              'haskell-tasty-hunit' 'haskell-tasty-hspec')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('47d54a2b09be58a55a437449fa8d49f8074921cb5fc73d85a2cea83f51a6a0fb500af24f5b31394300bb7f43d77d0462878f646a84e75c3425e017aa5b521c95')
+sha512sums=('64bef8fd9d3d53ddff478891293df0998181e4471d67a6e6bf4e7b70a40e9fb83302f9c0b1b28b8fe1dd28dcaafcd8ab8627b7bc98f0a4b8484b43d09667dcd6')
 
 prepare() {
   cd $_hkgname-$pkgver
@@ -53,6 +53,5 @@
   install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
   install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
   runhaskell Setup copy --destdir="$pkgdir"
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
   rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }

Reply via email to