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

Felix Yan felixonmars at archlinux.org
Sat Mar 27 14:13:20 UTC 2021


    Date: Saturday, March 27, 2021 @ 14:13:20
  Author: felixonmars
Revision: 905307

upgpkg: dhall-lsp-server 1.0.14-1: rebuild with dhall 1.38.1, dhall-json 1.7.6, dhall-lsp-server 1.0.14, dhall-yaml 1.2.6

Modified:
  dhall-lsp-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-27 14:11:40 UTC (rev 905306)
+++ PKGBUILD	2021-03-27 14:13:20 UTC (rev 905307)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=dhall-lsp-server
-pkgver=1.0.13
-pkgrel=50
+pkgver=1.0.14
+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-lsp0-types'
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-lsp0-types'
              'haskell-lsp0-test' 'haskell-tasty' 'haskell-tasty-hspec')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('97821e85ac4b8610eeedc678cfe03f94758fbe3edb853ba12bb670aee583f6c78940092b6510a0e8cd5a3ce9d2b9089e28f95284452d6cb285cb75808dcc999a')
+sha512sums=('4f4a2c054a269e5f086ff4108dafe4e44f09b6f8c71772136578b4eafe99d724721b71016f821dc4a7dc073b75871bf328851f95e725904f6383ef49014834c1')
 
-prepare() {
-  cd $pkgname-$pkgver
-  uusi -u doctest -u lens $pkgname.cabal
-}
-
 build() {
   cd $pkgname-$pkgver    
 



More information about the arch-commits mailing list