[arch-commits] Commit in dhall-lsp-server/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 5 19:37:43 UTC 2021


    Date: Friday, February 5, 2021 @ 19:37:42
  Author: felixonmars
Revision: 846397

upgpkg: dhall-lsp-server 1.0.13-1: rebuild with dhall 1.38.0, dhall-bash 1.0.36, dhall-json 1.7.5, dhall-lsp-server 1.0.13, dhall-yaml 1.2.5

Modified:
  dhall-lsp-server/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-05 19:36:08 UTC (rev 846396)
+++ PKGBUILD	2021-02-05 19:37:42 UTC (rev 846397)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=dhall-lsp-server
-pkgver=1.0.12
-pkgrel=50
+pkgver=1.0.13
+pkgrel=1
 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,16 +12,11 @@
          'haskell-megaparsec' 'haskell-network-uri' 'haskell-optparse-applicative'
          'haskell-prettyprinter' 'haskell-rope-utf16-splay' 'haskell-unordered-containers'
          'haskell-uri-encode')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-doctest' 'haskell-lsp-types' 'haskell-lsp-test'
+makedepends=('ghc' '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')
+sha512sums=('97821e85ac4b8610eeedc678cfe03f94758fbe3edb853ba12bb670aee583f6c78940092b6510a0e8cd5a3ce9d2b9089e28f95284452d6cb285cb75808dcc999a')
 
-prepare() {
-  cd $pkgname-$pkgver
-  uusi -u haskell-lsp -u haskell-lsp-types $pkgname.cabal
-}
-
 build() {
   cd $pkgname-$pkgver    
 



More information about the arch-commits mailing list