summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-08-25 21:00:26 +1200
committerGeorge Rawlinson2022-08-25 21:00:26 +1200
commit0f4f7523c35128a65d5341a4452e6919f754acf8 (patch)
treec37055b9e5f692ce4fa7f33a52b2cade1fb3ac67
parent3661c7c14f52a90b8f98b82c11d7afe32e35805d (diff)
downloadaur-0f4f7523c35128a65d5341a4452e6919f754acf8.tar.gz
upgpkg: zinc 0.3.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44521716c6ee..47bdb0bd19b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zinc
pkgdesc = A lightweight alternative to Elasticsearch that requires minimal resources
- pkgver = 0.2.9
+ pkgver = 0.3.0
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=6c66ceec7600ff8660374d33ca692a015780c7f5
+ source = zinc::git+https://github.com/zinclabs/zinc.git#commit=5706156125bb62b1fd6ef0b9b6ef4e3ed72a3529
md5sums = SKIP
pkgname = zinc
diff --git a/PKGBUILD b/PKGBUILD
index a83636c525d4..cccfe8d4c1bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=zinc
-pkgver=0.2.9
+pkgver=0.3.0
pkgrel=1
pkgdesc='A lightweight alternative to Elasticsearch that requires minimal resources'
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=(
'npm'
)
options=('!lto')
-_commit='6c66ceec7600ff8660374d33ca692a015780c7f5'
+_commit='5706156125bb62b1fd6ef0b9b6ef4e3ed72a3529'
source=("$pkgname::git+https://github.com/zinclabs/zinc.git#commit=$_commit")
md5sums=('SKIP')