summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-05-20 10:53:17 -0400
committerPatrick Northon2021-05-20 10:53:17 -0400
commit0e15bdcf7757752079977d8e87336574d249a708 (patch)
treee99b71a47d3cc636445c34c7b6f3be3461d9f409
parent569e7ad42827123bae9cf54fd4730b18c75e4394 (diff)
downloadaur-0e15bdcf7757752079977d8e87336574d249a708.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 de53a9e712a1..6d92084f8427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mingw-w64-xalan-c-git
- 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. (mingw-w64)
+ pkgdesc = A XSLT processor for transforming XML documents (mingw-w64)
pkgver = r2.d8240ca
pkgrel = 1
url = https://xalan.apache.org/
diff --git a/PKGBUILD b/PKGBUILD
index 871c522566bf..c4cbfbb8a95b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ conflicts=("mingw-w64-xalan-c")
provides=("mingw-w64-xalan-c")
pkgver=r2.d8240ca
pkgrel=1
-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. (mingw-w64)"
+pkgdesc="A XSLT processor for transforming XML documents (mingw-w64)"
arch=(any)
url="https://xalan.apache.org/"
license=("APACHE")