summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-05-20 10:53:44 -0400
committerPatrick Northon2021-05-20 10:53:44 -0400
commitdd061dbeee16203440e5bcab45b6a6e5cc769c6c (patch)
tree502922db0a6842a11ed218db67313578ff966c38
parent9dbd027bb470e10315a0e9c77742f67a63b2e79e (diff)
downloadaur-dd061dbeee16203440e5bcab45b6a6e5cc769c6c.tar.gz
Change pkgdesc.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cd7b9d4c479..1acbb433b093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mingw-w64-xalan-c-icu
- pkgdesc = The Apache Xalan-C++ Project provides a library and a command line program to transform XML documents using a stylesheet that conforms to XSLT 1.0 standards. (ICU) (mingw-w64)
+ pkgdesc = A XSLT processor for transforming XML documents (ICU) (mingw-w64)
pkgver = 1.12.0
pkgrel = 5
url = https://xalan.apache.org/
diff --git a/PKGBUILD b/PKGBUILD
index 111131a6e491..b62adc8597f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ conflicts=("mingw-w64-xalan-c")
pkgver=1.12.0
pkgrel=5
_filever="1_12_0"
-pkgdesc="The Apache Xalan-C++ Project provides a library and a command line program to transform XML documents using a stylesheet that conforms to XSLT 1.0 standards. (ICU) (mingw-w64)"
+pkgdesc="A XSLT processor for transforming XML documents (ICU) (mingw-w64)"
arch=("any")
url="https://xalan.apache.org/"
license=("APACHE")