* update rrdtool to 1.9.0-1

This commit is contained in:
Alexander Baldeck 2024-10-09 13:22:13 +02:00
parent 772444392b
commit 80b5a6c388
3 changed files with 39 additions and 3 deletions

32
rrdtool/.SRCINFO Normal file
View File

@ -0,0 +1,32 @@
pkgbase = rrdtool
pkgdesc = Data logging and graphing application
pkgver = 1.9.0
pkgrel = 1
url = https://www.rrdtool.org
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL
license = custom
makedepends = intltool
makedepends = ruby
makedepends = python-setuptools
makedepends = tcl
makedepends = lua51
makedepends = systemd
depends = libxml2
depends = pango
depends = ttf-dejavu
optdepends = perl: to use corresponding binding
optdepends = tcl: to use corresponding binding
optdepends = python: to use corresponding binding
optdepends = ruby: to use corresponding binding
optdepends = lua51: to use corresponding binding
options = !emptydirs
options = !makeflags
source = https://github.com/oetiker/rrdtool-1.x/releases/download/v1.9.0/rrdtool-1.9.0.tar.gz
sha256sums = 5e65385e51f4a7c4b42aa09566396c20e7e1a0a30c272d569ed029a81656e56b
pkgname = rrdtool

4
rrdtool/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[rrdtool]
source = "git"
git = "https://github.com/oetiker/rrdtool-1.x.git"
prefix = "v"

View File

@ -2,8 +2,8 @@
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=rrdtool
pkgver=1.8.0
pkgrel=5
pkgver=1.9.0
pkgrel=1
pkgdesc="Data logging and graphing application"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://www.rrdtool.org"
@ -17,7 +17,7 @@ optdepends=('perl: to use corresponding binding'
'lua51: to use corresponding binding')
options=('!emptydirs' '!makeflags')
source=(https://github.com/oetiker/rrdtool-1.x/releases/download/v$pkgver/rrdtool-$pkgver.tar.gz)
sha256sums=('bd37614137d7a8dc523359648eb2a81631a34fd91a82ed5581916a52c08433f4')
sha256sums=('5e65385e51f4a7c4b42aa09566396c20e7e1a0a30c272d569ed029a81656e56b')
prepare() {
cd ${pkgname}-${pkgver}