summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Swaelens2019-01-13 12:58:59 +0000
committerJonathan Swaelens2019-01-13 12:58:59 +0000
commitf16bfa1873abe037cdef91c9390bda6176cb9e03 (patch)
treefc381ea8ee2b3d778f1aa6945d409800bab04a8e
parentdcdf0d9c7a74d92bdb6ceedaba5cb13fd82074ba (diff)
downloadaur-f16bfa1873abe037cdef91c9390bda6176cb9e03.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 93d9a8e2188d..c302958ec4aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 10:12:19 UTC 2018
+# Sun Jan 13 12:58:59 UTC 2019
pkgbase = fusiondirectory-plugin-fusioninventory
pkgdesc = Fusioninventory inventory Management
pkgver = 1.2.1
diff --git a/PKGBUILD b/PKGBUILD
index 0b8c7f282c0f..143c529692db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -190,7 +190,7 @@ cd fusioninventory/
# SQL section
if [ -d ./contrib/sql ] ; then
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-fusioninventory-schema/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-fusioninventory-schema/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-fusioninventory-schema/
# Directories
for cur_sql in $(find ./contrib/sql -mindepth 1 -maxdepth 1 -type d) ; do
@@ -209,6 +209,6 @@ cd fusioninventory/
# Docs
mkdir -p ${pkgdir}/usr/share/doc/fusiondirectory-plugin-fusioninventory/
- cp ../../fusiondirectory-${pkgver}/{AUTHORS,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-fusioninventory/
+ cp ../../fusiondirectory-${pkgver}/{AUTHORS.md,Changelog,COPYING} ${pkgdir}/usr/share/doc/fusiondirectory-plugin-fusioninventory/
}