summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:02 +0000
committerJonathan Swaelens2019-01-13 12:59:02 +0000
commitca235fd0229fcb755b8eeaa7d852a1de386a5c0e (patch)
tree69cbdb7499bcea4e97491f99fa513ea7c38d27ee
parente6db433b09f691d015405bb8da06e25200a83b2f (diff)
downloadaur-ca235fd0229fcb755b8eeaa7d852a1de386a5c0e.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 f34ac8c3124e..236bab552660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:10:50 UTC 2018
+# Sun Jan 13 12:59:02 UTC 2019
pkgbase = fusiondirectory-plugin-mail
pkgdesc = Mail management base
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index a4774ea51f01..ad1e1c6817c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -190,7 +190,7 @@ cd mail/
# SQL section
if [ -d ./contrib/sql ] ; then
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mail-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mail-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mail-schema/
# Directories
for cur_sql in $(find ./contrib/sql -mindepth 1 -maxdepth 1 -type d) ; do
@@ -209,6 +209,6 @@ cd mail/
# Docs
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mail/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mail/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-mail/
}