summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2021-07-14 23:59:12 +0200
committerJulian Brost2021-07-14 23:59:12 +0200
commit9e9022dabf269b0f8f299f45ec0c063cbc5c551a (patch)
treea08b2d2a64667871d4362039d57865dbcf723c17
parentde3fb7af58afb2c78387296f536600fa708ea0cb (diff)
downloadaur-9e9022dabf269b0f8f299f45ec0c063cbc5c551a.tar.gz
fix package description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 748a1e5509f1..c426b843679e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = icinga-php-thirdparty
- pkgdesc = Bundle for all Icinga PHP libraries
+ pkgdesc = Bundle for all 3rd party PHP libraries used by Icinga Web products
pkgver = 0.10.0
pkgrel = 1
url = https://github.com/Icinga/icinga-php-thirdparty
diff --git a/PKGBUILD b/PKGBUILD
index a93ace5510b7..31e248fd602b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=icinga-php-thirdparty
pkgver=0.10.0
pkgrel=1
-pkgdesc="Bundle for all Icinga PHP libraries"
+pkgdesc="Bundle for all 3rd party PHP libraries used by Icinga Web products"
arch=(any)
url="https://github.com/Icinga/icinga-php-thirdparty"
license=('MIT')