summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:58:58 +0000
committerJonathan Swaelens2019-01-13 12:58:58 +0000
commit7039aaf4913884e4bbb9c4a63d101ca1b53fbe5f (patch)
tree09f367b928c95d940d1cd8f387ae0ccfb579bd9c
parent4b2c997754e2f4d836a7bd4b6434570cd36434c3 (diff)
downloadaur-7039aaf4913884e4bbb9c4a63d101ca1b53fbe5f.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 4bb1cf743ac1..d331204e9415 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:09:17 UTC 2018
+# Sun Jan 13 12:58:58 UTC 2019
pkgbase = fusiondirectory-plugin-mail-schema
pkgdesc = LDAP schema for FusionDirectory mail plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 9cb62dee108a..a177b5b4a10d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ cd mail/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mail-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mail-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mail-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do