[arch-commits] Commit in dhall-lsp-server/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Mar 26 01:22:50 UTC 2021
Date: Friday, March 26, 2021 @ 01:22:49
Author: felixonmars
Revision: 904309
upgpkg: dhall-lsp-server 1.0.13-49: rebuild with lens 5
Modified:
dhall-lsp-server/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-26 00:58:25 UTC (rev 904308)
+++ PKGBUILD 2021-03-26 01:22:49 UTC (rev 904309)
@@ -2,7 +2,7 @@
pkgname=dhall-lsp-server
pkgver=1.0.13
-pkgrel=48
+pkgrel=49
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")
@@ -19,7 +19,7 @@
prepare() {
cd $pkgname-$pkgver
- uusi -u doctest $pkgname.cabal
+ uusi -u doctest -u lens $pkgname.cabal
}
build() {
More information about the arch-commits
mailing list