[arch-commits] Commit in ccls/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 7 14:54:21 UTC 2021


    Date: Wednesday, April 7, 2021 @ 14:54:21
  Author: felixonmars
Revision: 912466

archrelease: copy trunk to community-x86_64

Added:
  ccls/repos/community-x86_64/PKGBUILD
    (from rev 912465, ccls/trunk/PKGBUILD)
Deleted:
  ccls/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-07 14:54:02 UTC (rev 912465)
+++ PKGBUILD	2021-04-07 14:54:21 UTC (rev 912466)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Fangrui Song <i at maskray.me>
-
-pkgname=ccls
-pkgver=0.20201219
-pkgrel=3
-pkgdesc='C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting'
-arch=('x86_64')
-url='https://github.com/MaskRay/ccls'
-license=('Apache')
-depends=('clang=11.1.0' 'llvm-libs' 'rapidjson')
-makedepends=("cmake" "llvm")
-conflicts=('ccls-git')
-source=("https://github.com/MaskRay/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('fba8cc1ec50e55939b2deb167d9d32e946ccab4b322766191a787719b47a39e887afad26b7364dfb40c4a4f2522964af76fc7f51a5d84c10d2b0125f07a19c5e')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_COMPILER=clang++ -DCLANG_LINK_CLANG_DYLIB=1
-  cmake --build build
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}

Copied: ccls/repos/community-x86_64/PKGBUILD (from rev 912465, ccls/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-07 14:54:21 UTC (rev 912466)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Fangrui Song <i at maskray.me>
+
+pkgname=ccls
+pkgver=0.20210330
+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'
+license=('Apache')
+depends=('clang=11.1.0' 'llvm-libs' 'rapidjson')
+makedepends=("cmake" "llvm")
+conflicts=('ccls-git')
+source=("https://github.com/MaskRay/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('dd78c040c2a51d6b47f8dd2d8bdc0661111f26b9233ffeb41216254b1b0ad0f634190784e6b8c2d7b36475c13020356342d83a9f80047d7da75ce21ca8885b16')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_COMPILER=clang++ -DCLANG_LINK_CLANG_DYLIB=1
+  cmake --build build
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list