summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-07-19 15:57:36 +1200
committerGeorge Rawlinson2022-07-19 15:57:36 +1200
commit34b1a8c91930346cef4f3ec00937d6f0b801fa1f (patch)
tree629fadd0f59da280af9df5c06f3b541dad3d5bb9
parenta4f1c09fa13560f179aebcc9d2b9925fa5d7886b (diff)
downloadaur-34b1a8c91930346cef4f3ec00937d6f0b801fa1f.tar.gz
upgpkg: zinc 0.2.6-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26630ee5d110..8db02725f153 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zinc
pkgdesc = A lightweight alternative to Elasticsearch that requires minimal resources
- pkgver = 0.2.5
+ pkgver = 0.2.6
pkgrel = 1
url = https://zinclabs.io/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = zinc
makedepends = npm
depends = glibc
options = !lto
- source = zinc::git+https://github.com/zinclabs/zinc.git#commit=e0fbeac24f8b685c51e0625b55a002961853d31b
+ source = zinc::git+https://github.com/zinclabs/zinc.git#commit=8976c72c487c15c0f616be50f94cf67d21365c8b
md5sums = SKIP
pkgname = zinc
diff --git a/PKGBUILD b/PKGBUILD
index c92c8979ef77..8d8af4360a6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=zinc
-pkgver=0.2.5
+pkgver=0.2.6
pkgrel=1
pkgdesc='A lightweight alternative to Elasticsearch that requires minimal resources'
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=(
'npm'
)
options=('!lto')
-_commit='e0fbeac24f8b685c51e0625b55a002961853d31b'
+_commit='8976c72c487c15c0f616be50f94cf67d21365c8b'
source=("$pkgname::git+https://github.com/zinclabs/zinc.git#commit=$_commit")
md5sums=('SKIP')