summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:58:58 +0000
committerJonathan Swaelens2019-01-13 12:58:58 +0000
commit1b39570669d68dec6c5db5c5f245a43f27ee8f00 (patch)
tree1dedfed62d75f47594451c55589c7a4f4085c956
parent3af6b3c517587f64cb92efb88c3ed2be3b0db8cc (diff)
downloadaur-1b39570669d68dec6c5db5c5f245a43f27ee8f00.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 95bbc02ee46a..2714daed9e5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:13:26 UTC 2018
+# Sun Jan 13 12:58:58 UTC 2019
pkgbase = fusiondirectory-plugin-samba-schema
pkgdesc = LDAP schema for FusionDirectory samba plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 90d9397e2490..c825d8a8f9fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ cd samba/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-samba-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-samba-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-samba-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do