summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:58:56 +0000
committerJonathan Swaelens2019-01-13 12:58:56 +0000
commit005f910e5cf3f144b35b1b464fc07123399b2b94 (patch)
tree01ee8903dd6e76f9d894384fe3006356930193bd
parentffb638a4e369243bfeb153e9b4f26401389cf152 (diff)
downloadaur-005f910e5cf3f144b35b1b464fc07123399b2b94.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 ba96ef503ff8..6b4659269518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:13:22 UTC 2018
+# Sun Jan 13 12:58:56 UTC 2019
pkgbase = fusiondirectory-plugin-dsa-schema
pkgdesc = LDAP schema for FusionDirectory dsa plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 7e76914b332b..b1fad07cfa69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ cd dsa/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dsa-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dsa-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dsa-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do