summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:01 +0000
committerJonathan Swaelens2019-01-13 12:59:01 +0000
commit664a0b33ebfaf724bf39392360c7bf5ac1146bfa (patch)
tree6c013dff60c701e85dff557572c814d969e29da6
parent90680d6c955bffa2c415556256ed86327b1fd296 (diff)
downloadaur-664a0b33ebfaf724bf39392360c7bf5ac1146bfa.tar.gz
[Changed] #8 AUTHORS as been Renamed AUTHORS.md
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 989c58b44085..92fa743b64a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:14:34 UTC 2018
+# Sun Jan 13 12:59:01 UTC 2019
pkgbase = fusiondirectory-plugin-newsletter-schema
pkgdesc = LDAP schema for FusionDirectory newsletter plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index d56a15ab5488..fdec3a373372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ cd newsletter/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-newsletter-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-newsletter-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-newsletter-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do