summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:01 +0000
committerJonathan Swaelens2019-01-13 12:59:01 +0000
commit78d29c85e9660951ad368b66fd99f86522184351 (patch)
treeb1ca51fb6b9289799b8c8329283c255f6d61cdae
parent893c9c1ca1df4ca513225458ea06ba92a111e057 (diff)
downloadaur-78d29c85e9660951ad368b66fd99f86522184351.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 b48b81593d83..a124ef13aaf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:10:33 UTC 2018
+# Sun Jan 13 12:59:01 UTC 2019
pkgbase = fusiondirectory-plugin-applications-schema
pkgdesc = LDAP schema for FusionDirectory applications plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 596c8eab2ef6..98206c3ad057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ cd applications/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-applications-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-applications-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-applications-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do