summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornycex2020-05-07 21:55:30 +0200
committernycex2020-05-07 21:57:40 +0200
commit389413104a585cc139c287dc8f585fb8b2886085 (patch)
tree0b5ab634f7eb633983f7107741d076ed8e717524
parentd4d7bb298c66c004db1d1f4f176e4478b65948a7 (diff)
downloadaur-389413104a585cc139c287dc8f585fb8b2886085.tar.gz
add master data version
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 279e4d39e41a..ab87fa303fa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
-pkgbase = zls-git
- pkgdesc = Zig LSP implementation + Zig Language Server
- pkgver = r4.999a365
+pkgbase = zls-master-data-git
+ pkgdesc = Zig LSP implementation + Zig Language Server (with the master dataset)
+ pkgver = r32.042b47a
pkgrel = 1
url = https://github.com/SuperAuguste/zls
arch = any
license = MIT
depends = zig
+ conflicts = zls-git
source = git+https://github.com/SuperAuguste/zls
sha256sums = SKIP
-pkgname = zls-git
+pkgname = zls-master-data-git
diff --git a/PKGBUILD b/PKGBUILD
index 624680ca533c..0a02bde35b7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: nycex <nycex / cccp.org>
_pkgbasename=zls
-pkgname=${_pkgbasename}-git
+pkgname=${_pkgbasename}-master-data-git
pkgrel=1
-pkgver=r4.999a365
-pkgdesc="Zig LSP implementation + Zig Language Server"
+pkgver=r32.042b47a
+pkgdesc="Zig LSP implementation + Zig Language Server (with the master dataset)"
arch=('any')
url="https://github.com/SuperAuguste/${_pkgbasename}"
license=('MIT')
depends=('zig')
+conflicts=('zls-git')
source=(git+https://github.com/SuperAuguste/${_pkgbasename})
sha256sums=('SKIP')
@@ -18,7 +19,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgbasename}"
- zig build -Drelease-fast
+ zig build -Drelease-fast -Ddata_version=master
}
package() {