mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump version to 0.122.0
This commit is contained in:
parent
db4f4ffa06
commit
688df7b106
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = flux
|
||||
pkgdesc = Lightweight scripting language for querying databases (like InfluxDB) and working with data
|
||||
pkgver = 0.118.1
|
||||
pkgdesc = Lightweight scripting language for querying databases and working with data
|
||||
pkgver = 0.122.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/influxdata/flux
|
||||
arch = i686
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = flux
|
|||
makedepends = cargo
|
||||
makedepends = clang
|
||||
depends = gcc-libs
|
||||
source = git+https://github.com/influxdata/flux#tag=v0.118.1
|
||||
source = git+https://github.com/influxdata/flux#tag=v0.122.0
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = flux
|
||||
|
|
|
|||
6
PKGBUILD
6
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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue