summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2019-10-19 02:21:51 +0200
committerNicola Murino2019-10-19 02:21:51 +0200
commitcda5a0641a2d0e913de08f25ad4a0143ec072afc (patch)
tree71599990543b71d354803bb0fb480b3c1ec1e4d3 /PKGBUILD
parent8e6c35b647437be1a7c53cd5d8983147e7ccc277 (diff)
downloadaur-cda5a0641a2d0e913de08f25ad4a0143ec072afc.tar.gz
Update to 0.9.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cefe8425ead8..8f0357319e1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
pkgdesc='Full featured and highly configurable SFTP server'
arch=('i686' 'x86_64')
@@ -30,6 +30,8 @@ package() {
install -Dm755 sftpgo "$pkgdir/usr/bin/${pkgname}"
install -Dm 644 init/${pkgname}.service -t "${pkgdir}/usr/lib/systemd/system"
install -Dm 644 sftpgo.json -t "${pkgdir}/etc/${pkgname}"
+ cp -r templates "${pkgdir}/etc/${pkgname}/"
+ cp -r static "${pkgdir}/etc/${pkgname}/"
install -d "${pkgdir}/usr/share/doc/${pkgname}"
cp -r sql "${pkgdir}/usr/share/doc/${pkgname}/"
install -Dm 644 README.md "${pkgdir}"/usr/share/doc/${pkgname}/README.md