summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2022-07-01 12:54:23 +0200
committerJulian Brost2022-07-01 12:54:23 +0200
commitdc69aa4773177355822ade0e7e8c9c41eeb9c105 (patch)
tree6a075c259c2005b962f001267c74f22159abd0f6
parentac02678fad3f134df73caa11a0d7022221b3ec68 (diff)
downloadaur-dc69aa4773177355822ade0e7e8c9c41eeb9c105.tar.gz
new version 2.11.0-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
2 files changed, 9 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b70f918c9af6..8ebc48267aff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,19 @@
pkgbase = icingaweb2
pkgdesc = Icinga Web 2 Interface
- pkgver = 2.10.1
+ pkgver = 2.11.0
pkgrel = 1
url = https://icinga.com/
install = icingaweb2.install
arch = any
license = GPL
- makedepends = patchutils
depends = php
- depends = icinga-php-library>=0.8.0
- depends = icinga-php-thirdparty>=0.10.0
+ depends = icinga-php-library>=0.9.0
+ depends = icinga-php-thirdparty>=0.11.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.10.1.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.10.1.tar.gz
- source = https://github.com/Icinga/icingaweb2/pull/4640.patch
- sha256sums = 96eea821a02b9fe5b2cfd193c25d7eef50483c56d26cbeffa028cbaf906f3d5e
- sha256sums = bf664e5aa4d1c8e4f09eb6f0e02dac5805432118bbcf06ec078943910ee3de22
+ source = icingaweb2-2.11.0.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.11.0.tar.gz
+ sha256sums = c05488ec30f85a3e1cb52a72159206331f40b83be6e3b206aed2eb9c6b381513
pkgname = icingaweb2
diff --git a/PKGBUILD b/PKGBUILD
index 79f1904ace33..65e14f088e64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,29 +2,20 @@
# Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icingaweb2
-pkgver=2.10.1
+pkgver=2.11.0
pkgrel=1
pkgdesc="Icinga Web 2 Interface"
license=('GPL')
arch=('any')
-depends=('php' 'icinga-php-library>=0.8.0' 'icinga-php-thirdparty>=0.10.0')
-makedepends=('patchutils')
+depends=('php' 'icinga-php-library>=0.9.0' 'icinga-php-thirdparty>=0.11.0')
optdepends=('php-gd: export data to PDF'
'php-imagick: graphs in PDF exports'
'php-intl: support for internationalization'
'php-pgsql: for PostgreSQL backend')
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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Icinga/icingaweb2/archive/v$pkgver.tar.gz")
install='icingaweb2.install'
-sha256sums=('96eea821a02b9fe5b2cfd193c25d7eef50483c56d26cbeffa028cbaf906f3d5e'
- 'bf664e5aa4d1c8e4f09eb6f0e02dac5805432118bbcf06ec078943910ee3de22')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- filterdiff -p1 -x '.github/*' < "$srcdir/4640.patch" | patch -p1
-}
+sha256sums=('c05488ec30f85a3e1cb52a72159206331f40b83be6e3b206aed2eb9c6b381513')
package() {
cd "$srcdir/$pkgname-$pkgver"