Date: Tuesday, October 6, 2020 @ 08:41:24 Author: felixonmars Revision: 719306
upgpkg: dhall-lsp-server 1.0.10-14: rebuild with haskell-lsp 0.23.0.0, haskell-lsp-types 0.23.0.0 Modified: dhall-lsp-server/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-06 08:35:25 UTC (rev 719305) +++ PKGBUILD 2020-10-06 08:41:24 UTC (rev 719306) @@ -2,7 +2,7 @@ pkgname=dhall-lsp-server pkgver=1.0.10 -pkgrel=13 +pkgrel=14 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,9 +14,15 @@ '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") -sha256sums=('4b7341d9102734cfd5eb54aaeac454625192beb07865be14f35d4687b01fcb7c') +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') +prepare() { + patch -d $pkgname-$pkgver -p2 < lsp-0.23.patch +} + build() { cd $pkgname-$pkgver
