summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-07-07 23:54:46 +0200
committerFabioLolix2022-07-07 23:54:46 +0200
commit40697d6452ce7f36afc2885f2d4105bb650c40e8 (patch)
treeb10819eae05e2e775d1d4bbaf2b0005b6a8f7d78
parent90c217aabff3468032726078de3031f544a32f0e (diff)
downloadaur-40697d6452ce7f36afc2885f2d4105bb650c40e8.tar.gz
update options=()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d3813e22ba4..7a309b71b276 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = filebrowser-git
pkgdesc = Standalone web file manager
- pkgver = 2.15.0.r19.gdee465ab
+ pkgver = 2.22.3.r0.g49dbacdc
pkgrel = 1
url = https://filebrowser.org/
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = filebrowser-git
provides = filebrowser
conflicts = filebrowser
options = emptydirs
+ options = !lto
source = git+https://github.com/filebrowser/filebrowser.git
source = filebrowser@.service
sha512sums = SKIP
sha512sums = 0846815afbb3c5ccbb097a5361461ca0ada69e04246935afb123f4609d09cd61f9e3fe50e3b6698b3e4c1f335cbb0aa3d998cae13b422e2989aad62ed7ce4682
pkgname = filebrowser-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7a4d39cf3739..baab696900b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dct Mei <dctxmei@gmail.com>
pkgname=filebrowser-git
-pkgver=2.15.0.r19.gdee465ab
+pkgver=2.22.3.r0.g49dbacdc
pkgrel=1
pkgdesc="Standalone web file manager"
arch=(x86_64)
@@ -16,7 +16,7 @@ source=("git+https://github.com/filebrowser/filebrowser.git"
"filebrowser@.service")
sha512sums=('SKIP'
'0846815afbb3c5ccbb097a5361461ca0ada69e04246935afb123f4609d09cd61f9e3fe50e3b6698b3e4c1f335cbb0aa3d998cae13b422e2989aad62ed7ce4682')
-options=(emptydirs)
+options=(emptydirs !lto)
pkgver() {
cd "${srcdir}/${pkgname%-git}"
@@ -28,7 +28,7 @@ build() {
npm install
npm update
- npm audit fix
+# npm audit fix
npm run build
cd "${srcdir}/${pkgname%-git}/http"