* update logrotate to 3.22.0-1.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:35:00 +02:00
parent df1f8e5166
commit 03517b8bbc
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = logrotate
pkgdesc = Rotates system logs automatically
pkgver = 3.22.0
pkgrel = 1
pkgrel = 1.1
url = https://github.com/logrotate/logrotate
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL
depends = popt
depends = gzip

View File

@ -3,7 +3,7 @@
pkgname=logrotate
pkgver=3.22.0
pkgrel=1
pkgrel=1.1
pkgdesc="Rotates system logs automatically"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/logrotate/logrotate"