summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:01 +0000
committerJonathan Swaelens2019-01-13 12:59:01 +0000
commit3a92e262bc597f0ec7399fe7cf6cdd8c20a51959 (patch)
tree06b17607abf1b160694161bf9e92776974e3d4b0
parent6e96c49609e47c0e5a73651dfa67ca5e6347131a (diff)
downloadaur-3a92e262bc597f0ec7399fe7cf6cdd8c20a51959.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 b0746585fc05..365cf69df0ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:12:37 UTC 2018
+# Sun Jan 13 12:59:01 UTC 2019
pkgbase = fusiondirectory-plugin-dovecot
pkgdesc = Dovecot account management
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index c18a9be7478f..ba5ecc51f4f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -190,7 +190,7 @@ cd dovecot/
# SQL section
if [ -d ./contrib/sql ] ; then
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dovecot-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dovecot-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dovecot-schema/
# Directories
for cur_sql in $(find ./contrib/sql -mindepth 1 -maxdepth 1 -type d) ; do
@@ -209,6 +209,6 @@ cd dovecot/
# Docs
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dovecot/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dovecot/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-dovecot/
}