summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonien2024-04-20 17:28:03 +0200
committerDonien2024-04-20 17:33:20 +0200
commit92e7aac1892791138853c36f126b8c44b1f6bb65 (patch)
tree239570cd471818711210a48832743923543b3624
parentb223c14cc906f189dc5b71f4fd56af96e72282a7 (diff)
downloadaur-92e7aac1892791138853c36f126b8c44b1f6bb65.tar.gz
Modify version of dependency 'icinga-php-library'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--icingadb-web.changelog4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b1de88cdb2c..1cb791dd2e14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icingadb-web
pkgdesc = Provides a graphical interface to your Icinga monitoring
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
epoch = 0
url = https://github.com/Icinga/icingadb-web
install = icingadb-web.install
@@ -9,7 +9,7 @@ pkgbase = icingadb-web
arch = any
license = GPL
depends = icingaweb2>=2.9
- depends = icinga-php-library>=0.13
+ depends = icinga-php-library>=0.13.2
depends = icinga-php-thirdparty>=0.12
provides = icingadb-web
provides = icingaweb2-module-icingadb
diff --git a/PKGBUILD b/PKGBUILD
index 25d8396477ce..cf223d637c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="icingadb-web"
pkgver="1.1.2"
-pkgrel=1
+pkgrel=2
epoch=0
pkgdesc="Provides a graphical interface to your Icinga monitoring "
arch=("any")
@@ -11,7 +11,7 @@ license=("GPL")
groups=()
depends=(
"icingaweb2>=2.9"
- "icinga-php-library>=0.13"
+ "icinga-php-library>=0.13.2"
"icinga-php-thirdparty>=0.12"
)
makedepends=()
diff --git a/icingadb-web.changelog b/icingadb-web.changelog
index e3bafbcd7612..899d15b3ecc2 100644
--- a/icingadb-web.changelog
+++ b/icingadb-web.changelog
@@ -1,3 +1,7 @@
+2024-04-20
+ - Changed dependency:
+ - icinga-php-library>=v0.13.2
+
2024-04-18
- New upstream release: Version 1.1.2
https://github.com/Icinga/icingadb-web/releases/tag/v1.1.2