Date: Thursday, January 14, 2021 @ 10:56:06
  Author: felixonmars
Revision: 820775

upgpkg: dhall-lsp-server 1.0.12-33: rebuild with haskell-lsp 0.24.0.0, 
haskell-lsp-types 0.24.0.0

Modified:
  dhall-lsp-server/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-01-14 10:55:09 UTC (rev 820774)
+++ PKGBUILD    2021-01-14 10:56:06 UTC (rev 820775)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-lsp-server
 pkgver=1.0.12
-pkgrel=32
+pkgrel=33
 pkgdesc="Language Server Protocol (LSP) server for Dhall"
 
url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme";
 license=("custom:MIT")
@@ -12,11 +12,16 @@
          'haskell-megaparsec' 'haskell-network-uri' 
'haskell-optparse-applicative'
          'haskell-prettyprinter' 'haskell-rope-utf16-splay' 
'haskell-unordered-containers'
          'haskell-uri-encode')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-lsp-types' 
'haskell-lsp-test'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-doctest' 
'haskell-lsp-types' 'haskell-lsp-test'
              'haskell-tasty' 'haskell-tasty-hspec')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('6ca5259bab7d8006c309f3dda065e14ab5de1844a46133c70a7abe2b38217b9763f0955690d7929c7eb42294145ff72c3cf8abb3db1d315e085ce58dd08b84fc')
 
+prepare() {
+  cd $pkgname-$pkgver
+  uusi -u haskell-lsp -u haskell-lsp-types $pkgname.cabal
+}
+
 build() {
   cd $pkgname-$pkgver    
 

Reply via email to