summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:58:58 +0000
committerJonathan Swaelens2019-01-13 12:58:58 +0000
commitd908a35c523b9627dfedd695c08d4f62db9557e1 (patch)
tree926f40b97cf3e3e22bcbb420a5e13ef3679362ce
parent533e0673ce0a39b0303d6d303db5b05f1c0e4c46 (diff)
downloadaur-d908a35c523b9627dfedd695c08d4f62db9557e1.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 72ec0d21c9b6..5aa14ba409a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:12:15 UTC 2018
+# Sun Jan 13 12:58:58 UTC 2019
pkgbase = fusiondirectory-plugin-quota
pkgdesc = Plugin for storing filesystem quota per user inside LDAP tree
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 2084b1967b34..121d763f1523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -190,7 +190,7 @@ cd quota/
# SQL section
if [ -d ./contrib/sql ] ; then
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota-schema/
# Directories
for cur_sql in $(find ./contrib/sql -mindepth 1 -maxdepth 1 -type d) ; do
@@ -209,6 +209,6 @@ cd quota/
# Docs
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-quota/
}