summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73489ef46779..b8b33f751199 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = apacheconfig
- pkgdesc = Apache and Perl Config::General style configuration file parsing library
+ pkgdesc = Apache-style config parser
pkgver = 0.2.7
pkgrel = 1
url = https://github.com/etingof/apacheconfig
diff --git a/PKGBUILD b/PKGBUILD
index 80d159d48a4b..4abada381c2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=apacheconfig
pkgver=0.2.7
pkgrel=1
-pkgdesc="Apache and Perl Config::General style configuration file parsing library"
+pkgdesc="Apache-style config parser"
arch=('any')
url="https://github.com/etingof/apacheconfig"
license=('BSD')