summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Schmitzberger2021-01-19 15:01:23 +0100
committerManuel Schmitzberger2021-01-19 15:05:48 +0100
commitf1b0f4de0ae8869632322dfbc82bf913db063340 (patch)
treeab24638fd2c94f8a64ce1c5970fe36b3a8e0690c
parent47db5be494e4ecc10d217c994ca3a734d884660a (diff)
downloadaur-f1b0f4de0ae8869632322dfbc82bf913db063340.tar.gz
Update .SRCINFO and fix package name.
-rw-r--r--.SRCINFO29
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 949cb1dbebed..773660341a9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,33 +1,16 @@
pkgbase = ycmd-git
- pkgdesc = A code-completion & code-comprehension server
- pkgver = r2548.d3378ca3
+ pkgdesc = A code-completion & code-comprehension server.
+ pkgver = r2844.06228007
pkgrel = 1
- url = https://github.com/Valloric/ycmd
- arch = i686
- arch = x86_64
+ url = https://github.com/ycm-core/ycmd
+ arch = any
license = GPLv3
- makedepends = boost
+ makedepends = python
makedepends = cmake
makedepends = git
- depends = boost-libs
depends = clang
depends = python
- depends = python-certifi
- provides = ycmd
- conflicts = ycmd
- source = git+https://github.com/Valloric/ycmd.git
- source = git+https://github.com/bottlepy/bottle.git
- source = git+https://github.com/davidhalter/jedi.git
- source = git+https://github.com/davidhalter/parso.git
- source = git+https://github.com/requests/requests.git
- source = git+https://github.com/Pylons/waitress.git
- source = git+https://github.com/davidhalter/typeshed.git
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
+ source = git+https://github.com/ycm-core/ycmd
sha256sums = SKIP
pkgname = ycmd-git
diff --git a/PKGBUILD b/PKGBUILD
index a0123a35d701..dfcbe1257468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Manuel Schmitzberger <ms@ms-sw.at>
-pkgname=ycmd
+pkgname=ycmd-git
_gitname=ycmd
pkgver=r2844.06228007
pkgrel=1