summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:08 +0000
committerJonathan Swaelens2019-01-13 12:59:08 +0000
commitaa50ff47fb2ad2c8f703ff09d039d0f36ad1b821 (patch)
tree5688e4ace950a373a4f4800fdf2280e41e05dd02
parent6c54fc1a0c42a5d1d10a986ce373aad06fd45e8d (diff)
downloadaur-aa50ff47fb2ad2c8f703ff09d039d0f36ad1b821.tar.gz
[Changed] #8 AUTHORS as been Renamed AUTHORS.md
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 375aa169e1db..10946f3b3523 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:10:18 UTC 2018
+# Sun Jan 13 12:59:08 UTC 2019
pkgbase = fusiondirectory-plugin-ldapmanager
pkgdesc = Simple LDAP backup and insertion tasks
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 64aa2417221f..15ff92fb9e96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -190,7 +190,7 @@ cd ldapmanager/
# SQL section
if [ -d ./contrib/sql ] ; then
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ldapmanager-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ldapmanager-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ldapmanager-schema/
# Directories
for cur_sql in $(find ./contrib/sql -mindepth 1 -maxdepth 1 -type d) ; do
@@ -209,6 +209,6 @@ cd ldapmanager/
# Docs
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ldapmanager/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ldapmanager/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ldapmanager/
}