summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:58:59 +0000
committerJonathan Swaelens2019-01-13 12:58:59 +0000
commitb757293e23026f8bc3484747885a4c13e3ee6319 (patch)
tree8c5444e3357ae7c95dcbf65d7d552748dd5bf89d
parent81f0abfcbc49a26f6b99768fd0f2d3758de3c227 (diff)
downloadaur-b757293e23026f8bc3484747885a4c13e3ee6319.tar.gz
[Changed] #8 AUTHORS as been Renamed AUTHORS.md
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ef18fdb6786..9e2953c5550c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:10:05 UTC 2018
+# Sun Jan 13 12:58:59 UTC 2019
pkgbase = fusiondirectory-plugin-gpg-schema
pkgdesc = LDAP schema for FusionDirectory gpg plugin
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 0f522512578f..a00975e0c015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ cd gpg/
if [ -d ./contrib/openldap ] ; then
mkdir -p ${pkgdir}/etc/openldap/schema/fusiondirectory/
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-gpg-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-gpg-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-gpg-schema/
# Directories
for cur_openldap in $(find ./contrib/openldap -mindepth 1 -maxdepth 1 -type d) ; do