summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:58:59 +0000
committerJonathan Swaelens2019-01-13 12:58:59 +0000
commit979d6aa1c3c3671d711067b4a5a57505556710d2 (patch)
treeb73d286d24f8194ca8e04f22e27e746628c321bd
parent0fc197182192acabd05bfcdf92a55160bd152cc6 (diff)
downloadaur-979d6aa1c3c3671d711067b4a5a57505556710d2.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 4de00f10851c..10dc46874654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:09:44 UTC 2018
+# Sun Jan 13 12:58:59 UTC 2019
pkgbase = fusiondirectory-plugin-sympa
pkgdesc = Management of alias list of sympa
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 3d16deb47aa9..a0196416cc53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -190,7 +190,7 @@ cd sympa/
# SQL section
if [ -d ./contrib/sql ] ; then
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-sympa-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-sympa-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-sympa-schema/
# Directories
for cur_sql in $(find ./contrib/sql -mindepth 1 -maxdepth 1 -type d) ; do
@@ -209,6 +209,6 @@ cd sympa/
# Docs
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-sympa/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-sympa/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-sympa/
}