summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}
-