Date: Monday, October 26, 2020 @ 12:13:53 Author: felixonmars Revision: 733930
upgpkg: dhall-lsp-server 1.0.11-1: rebuild with dhall 1.36.0, dhall-bash 1.0.34, dhall-json 1.7.3, dhall-lsp-server 1.0.11, dhall-yaml 1.2.3 Modified: dhall-lsp-server/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-26 12:13:23 UTC (rev 733929) +++ PKGBUILD 2020-10-26 12:13:53 UTC (rev 733930) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall-lsp-server -pkgver=1.0.10 -pkgrel=30 +pkgver=1.0.11 +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") @@ -14,15 +14,9 @@ 'haskell-uri-encode') 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" - lsp-0.23.patch::https://github.com/dhall-lang/dhall-haskell/pull/2064.patch) -sha512sums=('51dffa682e1b12f616f829651f774c0472efb49cb97f94b1499178943cc38d5a947a5d0d67f0270e80b9963bafcde074ad00304fde7bffaf8787af1e3a09eb9a' - 'a5cb75667f57fc7ca1184d3c407192b56cea8b55a360360509ec2248a0cab39c22775e7589b004108c2bf9e19b63b7a78381679c587b3d2207d9b8405737c352') +source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('2571af7e27686857833c98e75f01ffafa5419df8e8d4f68340d8a63220de0c71e6b92254c31da02fbd4f925b72606299736087e854510cbc7bdc9027977221c7') -prepare() { - patch -d $pkgname-$pkgver -p2 < lsp-0.23.patch -} - build() { cd $pkgname-$pkgver
