summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:58:57 +0000
committerJonathan Swaelens2019-01-13 12:58:57 +0000
commit8d9a6b6e468a7faf8b2bfe1f93b4a151028324f7 (patch)
treeb52b079f216ecaa9b16b11556a7416cd7b195679
parentd106805f7643d0e145810b514a7be439adbc31c1 (diff)
downloadaur-8d9a6b6e468a7faf8b2bfe1f93b4a151028324f7.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 b4434cab7cbe..827e9de8a530 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:09:21 UTC 2018
+# Sun Jan 13 12:58:57 UTC 2019
pkgbase = fusiondirectory-plugin-ejbca
pkgdesc = Management plugin for ejbca
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 3adb7c8f090d..1c8dd29a7e0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -190,7 +190,7 @@ cd ejbca/
# SQL section
if [ -d ./contrib/sql ] ; then
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ejbca-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ejbca-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ejbca-schema/
# Directories
for cur_sql in $(find ./contrib/sql -mindepth 1 -maxdepth 1 -type d) ; do
@@ -209,6 +209,6 @@ cd ejbca/
# Docs
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ejbca/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ejbca/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-ejbca/
}