summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-05-02 19:51:56 +1200
committerGeorge Rawlinson2022-05-02 19:51:56 +1200
commitdccc4247f9c62f4f34224d331f97c25381f569c9 (patch)
tree97c7f2d4a18acc573a76bd8b0db2da5c7af9d909
parent681d263b86cfed092df1fc5ea0875bf150e1d0a0 (diff)
downloadaur-dccc4247f9c62f4f34224d331f97c25381f569c9.tar.gz
upgpkg: zinc 0.2.0-1
New upstream release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8e47cd6c3cb..35681d64d3de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zinc
- pkgdesc = A lightweight alternative to elasticsearch that requires minimal resources
- pkgver = 0.1.9
- pkgrel = 2
+ pkgdesc = A lightweight alternative to Elasticsearch that requires minimal resources
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://zinclabs.io/
arch = x86_64
license = Apache
@@ -11,7 +11,7 @@ pkgbase = zinc
makedepends = npm
depends = glibc
options = !lto
- source = zinc::git+https://github.com/zinclabs/zinc.git#commit=166f7c50307bf3e17279e42e280a71dee13a11fb
+ source = zinc::git+https://github.com/zinclabs/zinc.git#commit=60bbdeb8311f50535d56e7b0806b4674892fe2aa
md5sums = SKIP
pkgname = zinc
diff --git a/PKGBUILD b/PKGBUILD
index 138bc281690a..d9d8d95c0573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,21 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=zinc
-pkgver=0.1.9
-pkgrel=2
-pkgdesc='A lightweight alternative to elasticsearch that requires minimal resources'
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='A lightweight alternative to Elasticsearch that requires minimal resources'
arch=('x86_64')
url='https://zinclabs.io/'
license=('Apache')
depends=('glibc')
-makedepends=('git' 'go' 'nodejs' 'npm')
+makedepends=(
+ 'git'
+ 'go'
+ 'nodejs'
+ 'npm'
+)
options=('!lto')
-_commit='166f7c50307bf3e17279e42e280a71dee13a11fb'
+_commit='60bbdeb8311f50535d56e7b0806b4674892fe2aa'
source=("$pkgname::git+https://github.com/zinclabs/zinc.git#commit=$_commit")
md5sums=('SKIP')