summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2020-04-26 16:25:49 +1000
committerAmir Zarrinkafsh2020-04-26 16:25:49 +1000
commitf03a1796ae722511cd65a951084f6d7dc30d88a4 (patch)
treeab46742b2d7debba81f9a518f063c0392a4198c6
parentb641494f8f238b512fb39454aa075895384e60f0 (diff)
downloadaur-f03a1796ae722511cd65a951084f6d7dc30d88a4.tar.gz
Update package to include CSP changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d4a17d10181..de7547a52d9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
pkgver = 4.15.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/authelia/authelia
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 3b51f7e18b41..eab8c1360a61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
pkgver=4.15.1
-pkgrel=1
+pkgrel=2
pkgdesc="The Cloud ready multi-factor authentication portal for your Apps."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/authelia/authelia"
@@ -30,7 +30,7 @@ build() {
go build -ldflags '-w' -trimpath -o authelia cmd/authelia/*.go
cd web
yarn install --frozen-lockfile
- yarn build
+ INLINE_RUNTIME_CHUNK=false yarn build
}
package() {