summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2018-07-21 17:18:55 +0200
committerJulian Brost2018-07-21 17:18:55 +0200
commit65b1ed14fb849f1356c060f1c7a2b130151846ef (patch)
tree935894804bac5a545d0ac5b2ded6be9e0e0a3c90
parented67219426cef71ce3d32bf3741f5c456145da4d (diff)
downloadaur-65b1ed14fb849f1356c060f1c7a2b130151846ef.tar.gz
new version 2.6.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD25
2 files changed, 7 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdc9b6b9fca3..8388705d80b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icingaweb2
pkgdesc = Icinga Web 2 Interface
- pkgver = 2.5.3
+ pkgver = 2.6.0
pkgrel = 1
url = http://www.icinga.org
install = icingaweb2.install
@@ -10,12 +10,8 @@ pkgbase = icingaweb2
optdepends = php-gd: export data to PDF
optdepends = php-intl: support for internationalization
optdepends = php-pgsql: for PostgreSQL backend
- source = https://github.com/Icinga/icingaweb2/archive/v2.5.3.tar.gz
- source = 3315-dont-call-session_start-after-ini_set.patch
- source = HTMLPurifier-autoload-deprecation-warning.diff
- sha256sums = da9953045895ed26d002ce3d6115af9a5b8012cce9a2667a389c8b9d80cd6592
- sha256sums = c40f0608e110fefa2b85b452c416019ff9453722964278fee2128290e467f165
- sha256sums = 69aa5ebf5ab234c2caad879199dfbaef85d867d701280ef05b50083cc0efffde
+ source = https://github.com/Icinga/icingaweb2/archive/v2.6.0.tar.gz
+ sha256sums = 4aedd894e98fe2c58450813c07fe3cff003dd62a9845cc1a97e4a9bc3e8a0fd4
pkgname = icingaweb2
diff --git a/PKGBUILD b/PKGBUILD
index 41f4f2fda769..cee5b336d78e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Malte Rabenseifner <mail@malte-rabenseifner.de>
# Maintainer: Julian Brost <julian@0x4a42.net>
+# Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icingaweb2
-pkgver=2.5.3
+pkgver=2.6.0
pkgrel=1
pkgdesc="Icinga Web 2 Interface"
license=('GPL')
@@ -12,26 +12,9 @@ optdepends=('php-gd: export data to PDF'
'php-intl: support for internationalization'
'php-pgsql: for PostgreSQL backend')
url="http://www.icinga.org"
-source=("https://github.com/Icinga/${pkgname}/archive/v${pkgver}.tar.gz"
- '3315-dont-call-session_start-after-ini_set.patch'
- 'HTMLPurifier-autoload-deprecation-warning.diff')
+source=("https://github.com/Icinga/${pkgname}/archive/v${pkgver}.tar.gz")
install='icingaweb2.install'
-sha256sums=('da9953045895ed26d002ce3d6115af9a5b8012cce9a2667a389c8b9d80cd6592'
- 'c40f0608e110fefa2b85b452c416019ff9453722964278fee2128290e467f165'
- '69aa5ebf5ab234c2caad879199dfbaef85d867d701280ef05b50083cc0efffde')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # Support for PHP 7.2 in Icinga Web 2
- # https://github.com/Icinga/icingaweb2/issues/3185
- # https://github.com/Icinga/icingaweb2/pull/3315
- patch -Np1 -i "${srcdir}/3315-dont-call-session_start-after-ini_set.patch"
-
- # Fix deprecation warning in HTMLPurifier
- # https://github.com/ezyang/htmlpurifier/commit/bb7ad665265a29303ec59918f0c1832528bdc509
- patch -Np1 -i "${srcdir}/HTMLPurifier-autoload-deprecation-warning.diff"
-}
+sha256sums=('4aedd894e98fe2c58450813c07fe3cff003dd62a9845cc1a97e4a9bc3e8a0fd4')
package() {
cd "$srcdir/$pkgname-$pkgver"