[arch-commits] Commit in ccls/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Oct 28 09:34:04 UTC 2020


    Date: Wednesday, October 28, 2020 @ 09:34:04
  Author: felixonmars
Revision: 735307

upgpkg: ccls 0.20201025-1

Modified:
  ccls/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-28 09:33:41 UTC (rev 735306)
+++ PKGBUILD	2020-10-28 09:34:04 UTC (rev 735307)
@@ -2,8 +2,8 @@
 # Contributor: Fangrui Song <i at maskray.me>
 
 pkgname=ccls
-pkgver=0.20190823.6
-pkgrel=3
+pkgver=0.20201025
+pkgrel=1
 pkgdesc='C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting'
 arch=('x86_64')
 url='https://github.com/MaskRay/ccls'
@@ -11,16 +11,9 @@
 depends=('clang=11.0.0' 'llvm-libs' 'rapidjson')
 makedepends=("cmake" "llvm")
 conflicts=('ccls-git')
-source=("https://github.com/MaskRay/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-        $pkgname-CLANG_LINK_CLANG_DYLIB.patch::https://github.com/MaskRay/ccls/commit/a7a982ab9232b2730280439781f83f8055363c59.patch)
-sha512sums=('c6df96e304f5b7381c67eda4c1bd05873a85fb0d0983b3abcc507987a402860aa6660079a0e7b125f5cda22047da936239480aa0b604cd2598f84a4b9e9c3bdd'
-            '54eb68c64562b9cfbdaeacfc7c8292f9f85dc6bfd7d0e5ea7047ee0d72aacbe7b9f276d3d7beae94b5803018cd57e941a816c2614634c16b7c9b46a4929f0a25')
+source=("https://github.com/MaskRay/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('485a42671265a0f76e87f456c6c96137a2f17c60e0c1f45a1979342c9b9fd373303a017126c8bc4649b75225cec7bb3c759a78fecc42f7403e913c6121d1e948')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../$pkgname-CLANG_LINK_CLANG_DYLIB.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_COMPILER=clang++ -DCLANG_LINK_CLANG_DYLIB=1



More information about the arch-commits mailing list