summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:07 +0000
committerJonathan Swaelens2019-01-13 12:59:07 +0000
commitd1280a1a5a31e071873e973aa718f20701f1a5f1 (patch)
tree7bbcf055869b4f52d4f201e03625e95e2db13a4e
parent7cba408620e7a1562fcb9b4a8fd835c2356cb40e (diff)
downloadaur-d1280a1a5a31e071873e973aa718f20701f1a5f1.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 459211963886..e2197fdf405b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:11:23 UTC 2018
+# Sun Jan 13 12:59:07 UTC 2019
pkgbase = fusiondirectory-plugin-user-reminder-schema
pkgdesc = LDAP schema for FusionDirectory user-reminder plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 7d7d9962c4ad..fbbae3df9fa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ cd user-reminder/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-user-reminder-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-user-reminder-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-user-reminder-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do