summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:59:04 +0000
committerJonathan Swaelens2019-01-13 12:59:04 +0000
commit68f3183766310f99dc2180790e32870ccae8f69e (patch)
treef353d1d8cb361e8419567bde1d2e37e6acee9319
parent71d5e1c856443d644496bbaba224a5df5b1f193d (diff)
downloadaur-68f3183766310f99dc2180790e32870ccae8f69e.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 e6a6e2bfc069..d04d4be861d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:13:47 UTC 2018
+# Sun Jan 13 12:59:04 UTC 2019
pkgbase = fusiondirectory-plugin-systems
pkgdesc = System management base plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 24b7b3bc04cf..fb28149aa43c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -190,7 +190,7 @@ cd systems/
# SQL section
if [ -d ./contrib/sql ] ; then
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-systems-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-systems-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-systems-schema/
# Directories
for cur_sql in $(find ./contrib/sql -mindepth 1 -maxdepth 1 -type d) ; do
@@ -209,6 +209,6 @@ cd systems/
# Docs
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-systems/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-systems/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-systems/
}