summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcrabvk2021-07-14 09:15:59 +0500
committercrabvk2021-07-14 09:15:59 +0500
commit688df7b1067312bf5b658a078b38077f9828eee5 (patch)
tree284100101e96d99e5ff49bd704e0fafd88067350 /PKGBUILD
parentdb4f4ffa06358eaf56be028583e6a2a52af29572 (diff)
downloadaur-688df7b1067312bf5b658a078b38077f9828eee5.tar.gz
Bump version to 0.122.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f79b7ade078e..bcfde524b608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Vyacheslav Konovalov <🦀vk@protonmail.com>
pkgname=flux
-pkgver=0.118.1
+pkgver=0.122.0
pkgrel=1
-pkgdesc='Lightweight scripting language for querying databases (like InfluxDB) and working with data'
+pkgdesc='Lightweight scripting language for querying databases and working with data'
arch=('i686' 'x86_64' 'arm64')
url='https://github.com/influxdata/flux'
license=('MIT')
@@ -36,6 +36,6 @@ package() {
cd flux
install -Dm775 libflux.so -t "$pkgdir/usr/lib"
- install -Dm775 flux fluxdoc -t "$pkgdir/usr/bin"
+ install -Dm775 flux -t "$pkgdir/usr/bin"
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/flux"
}