summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcrabvk2021-05-27 13:00:41 +0500
committercrabvk2021-05-27 13:00:41 +0500
commit03ea1938f34ddd59059a607ac3e9aa64f0971f47 (patch)
treead377c7f2bb5e102d0d0221e5a8f7aa2fbabac25 /PKGBUILD
parentb3a6cdffc42de673e425792c2a158feca8c7bfa4 (diff)
downloadaur-03ea1938f34ddd59059a607ac3e9aa64f0971f47.tar.gz
Bump version to 0.117.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3af740367d60..4b5953ab9524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Vyacheslav Konovalov <crabvk@protonmail.com>
+# Maintainer: Vyacheslav Konovalov <🦀vk@protonmail.com>
pkgname=flux
-pkgver=0.113.0
+pkgver=0.117.0
pkgrel=1
pkgdesc='Lightweight scripting language for querying databases (like InfluxDB) and working with data'
-arch=(i686 x86_64 arm64)
+arch=('i686' 'x86_64' 'arm64')
url='https://github.com/influxdata/flux'
-license=(MIT)
-depends=(gcc-libs)
-makedepends=(git go cargo clang)
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('git' 'go' 'cargo' 'clang')
source=("git+https://github.com/influxdata/flux#tag=v$pkgver")
sha512sums=('SKIP')