summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2022-03-27 12:44:18 +0200
committerJulian Brost2022-03-27 12:44:18 +0200
commit66c0ad92259149324525f051b38e718fa85acf5f (patch)
tree327d51fc8da6a9b2e378321b65c5080915b1ad75
parentd829021b8722899435a252ee5cdd629be3fd25ac (diff)
downloadaur-66c0ad92259149324525f051b38e718fa85acf5f.tar.gz
new version 2.10.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f2dea58ebf7..6b9852192141 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icingaweb2
pkgdesc = Icinga Web 2 Interface
- pkgver = 2.9.6
+ pkgver = 2.10.0
pkgrel = 1
url = https://icinga.com/
install = icingaweb2.install
@@ -8,15 +8,15 @@ pkgbase = icingaweb2
license = GPL
makedepends = patchutils
depends = php
- depends = icinga-php-library>=0.6.0
+ depends = icinga-php-library>=0.8.0
depends = icinga-php-thirdparty>=0.10.0
optdepends = php-gd: export data to PDF
optdepends = php-imagick: graphs in PDF exports
optdepends = php-intl: support for internationalization
optdepends = php-pgsql: for PostgreSQL backend
- source = icingaweb2-2.9.6.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.9.6.tar.gz
+ source = icingaweb2-2.10.0.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.10.0.tar.gz
source = https://github.com/Icinga/icingaweb2/pull/4640.patch
- sha256sums = fc161347c5495e3cc38754ff48851dd4b0436fc850bc18e64164083ae6f2d8a0
- sha256sums = 71199c0775b94f0269cab557d914ffadcf607c5c004a4ac5e6fff89203e3bfc8
+ sha256sums = c5f4ec937ef790f3f508ab911ad6c770ffd331cab7c627d66d49ba8a0038a762
+ sha256sums = bf664e5aa4d1c8e4f09eb6f0e02dac5805432118bbcf06ec078943910ee3de22
pkgname = icingaweb2
diff --git a/PKGBUILD b/PKGBUILD
index 0b69d8ad2268..88c5fcf7b82e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icingaweb2
-pkgver=2.9.6
+pkgver=2.10.0
pkgrel=1
pkgdesc="Icinga Web 2 Interface"
license=('GPL')
arch=('any')
-depends=('php' 'icinga-php-library>=0.6.0' 'icinga-php-thirdparty>=0.10.0')
+depends=('php' 'icinga-php-library>=0.8.0' 'icinga-php-thirdparty>=0.10.0')
makedepends=('patchutils')
optdepends=('php-gd: export data to PDF'
'php-imagick: graphs in PDF exports'
@@ -17,8 +17,8 @@ url="https://icinga.com/"
source=("$pkgname-$pkgver.tar.gz::https://github.com/Icinga/icingaweb2/archive/v$pkgver.tar.gz"
'https://github.com/Icinga/icingaweb2/pull/4640.patch')
install='icingaweb2.install'
-sha256sums=('fc161347c5495e3cc38754ff48851dd4b0436fc850bc18e64164083ae6f2d8a0'
- '71199c0775b94f0269cab557d914ffadcf607c5c004a4ac5e6fff89203e3bfc8')
+sha256sums=('c5f4ec937ef790f3f508ab911ad6c770ffd331cab7c627d66d49ba8a0038a762'
+ 'bf664e5aa4d1c8e4f09eb6f0e02dac5805432118bbcf06ec078943910ee3de22')
prepare() {
cd "$srcdir/$pkgname-$pkgver"