[arch-commits] Commit in haskell-lsp-test/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Oct 11 05:57:39 UTC 2020


    Date: Sunday, October 11, 2020 @ 05:57:39
  Author: felixonmars
Revision: 723442

upgpkg: haskell-lsp-test 0.11.0.7-1: rebuild with lsp-test 0.11.0.7

Modified:
  haskell-lsp-test/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 05:34:08 UTC (rev 723441)
+++ PKGBUILD	2020-10-11 05:57:39 UTC (rev 723442)
@@ -2,8 +2,8 @@
 
 _hkgname=lsp-test
 pkgname=haskell-lsp-test
-pkgver=0.11.0.6
-pkgrel=14
+pkgver=0.11.0.7
+pkgrel=1
 pkgdesc="Functional test framework for LSP servers"
 url="https://github.com/bubba/lsp-test#readme"
 license=("BSD")
@@ -14,16 +14,12 @@
          'haskell-unordered-containers')
 makedepends=('ghc' 'haskell-hspec')
 # Hackage source is missing test data
-source=("https://github.com/bubba/lsp-test/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-        lsp-0.23.patch::https://github.com/bubba/lsp-test/commit/82b289c0c28f425f2bdce9c209e927d9595585ee.patch)
-sha512sums=('7a166a68c39ac7bbc47051f3803b39cb058b34bccdcf42c5b8722571e866658e59f22bfa5783614962195c85da90184b200f41da373a97870e1abff1acbdb8a6'
-            'c8afd75cf7d333ce03b2b445bd28dbbc300567523c41bda4f1a903f109f8ffbf3235b8008c337d0caae3dfbab9595b08db0299765e55118f781576a04da01195')
+source=("https://github.com/bubba/lsp-test/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('bc42e9d5a31a81501b324f5c5c91d00512f85e6a1c867ca17f619565c732dacdd7a058b265819f6f045b84534450e785d88d038a91304ab9310680e46e0bf0ea')
 
 prepare() {
   cd $_hkgname-$pkgver
   echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-  patch -p1 -i ../lsp-0.23.patch
-  
   sed -i 's|dist-newstyle|dist/build/dummy-server|' test/Test.hs
 }
 



More information about the arch-commits mailing list