aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-05-15 08:49:59 +0200
committerNicola Murino2021-05-15 08:49:59 +0200
commitb75bda74a18cb3b7d7cf00cb8b0be52af5cebe9c (patch)
tree79b2a9d9e50ea22661f52d098a6ead9fa01af315
parente3f3c2bf80496403b76f2495a6b13dda07293540 (diff)
downloadaur-b75bda74a18cb3b7d7cf00cb8b0be52af5cebe9c.tar.gz
update config for upstream changes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
-rw-r--r--sftpgo.json3
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0340db3ad145..df70beff78d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = sftpgo-git
pkgdesc = Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP
- pkgver = r821.fa45c9c
+ pkgver = r824.f59f623
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo-git.install
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = gcc
makedepends = git
@@ -23,7 +24,7 @@ pkgbase = sftpgo-git
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = ab1b8cd621f8534d322c548353c98385672e2bbdde809d0007b8d8730d1c3303
+ sha256sums = aeb09a6d2284ea38aa7bf3304229c76a09e9e0b35a203059bf4994e53744d4ab
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 28bccb06107e..74fdf3258696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r821.fa45c9c
+pkgver=r824.f59f623
pkgrel=1
pkgdesc='Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/drakkan/${_pkgname}"
license=('GPL3')
depends=('glibc')
@@ -25,7 +25,7 @@ source=("git+https://github.com/drakkan/${_pkgname}.git"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- 'ab1b8cd621f8534d322c548353c98385672e2bbdde809d0007b8d8730d1c3303'
+ 'aeb09a6d2284ea38aa7bf3304229c76a09e9e0b35a203059bf4994e53744d4ab'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 547ce7d3bb77..808bb09267d6 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -176,7 +176,8 @@
},
"password_caching": true,
"update_mode": 0,
- "skip_natural_keys_validation": false
+ "skip_natural_keys_validation": false,
+ "create_default_admin": false
},
"httpd": {
"bindings": [