summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-11-20 04:40:06 -0500
committerPatrick Northon2021-11-20 04:40:06 -0500
commita67ed9d174248040bfe32a7d77774fae2d68c751 (patch)
tree99cc6a39c47bd056ceb8b06b28b1a6b7f36f95d2
parentc8ad7920212715cc93fc3c14efeee51e7548a3f8 (diff)
downloadaur-a67ed9d174248040bfe32a7d77774fae2d68c751.tar.gz
Add maintainer comment.
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2341f8b6040..90611261cdf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,5 @@
+# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
+
_pkgname=libxslt
pkgname=mingw-w64-${_pkgname}
pkgver=1.1.34
@@ -44,4 +46,3 @@ package() {
find "$pkgdir/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs ${_arch}-strip -g
done
}
-