diff options
author | Amir Zarrinkafsh | 2021-10-11 22:10:03 +1100 |
---|---|---|
committer | Amir Zarrinkafsh | 2021-10-11 22:10:03 +1100 |
commit | d4b4d8c9b00ec73e87f5c90e3d6b5000f432b6b1 (patch) | |
tree | 47f6823bf35f1a68838540e6b1092bf6b784edd1 | |
parent | e2420aa820ef00469a8b16f2b9625fea08152e73 (diff) | |
download | aur-d4b4d8c9b00ec73e87f5c90e3d6b5000f432b6b1.tar.gz |
Remove obsolete CRA configuration
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = authelia pkgdesc = The Cloud ready multi-factor authentication portal for your Apps. pkgver = 4.32.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/authelia/authelia arch = x86_64 arch = aarch64 @@ -1,7 +1,7 @@ # Maintainer: Amir Zarrinkafsh <nightah at me dot com> pkgname=authelia pkgver=4.32.2 -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" @@ -35,7 +35,7 @@ pkgver=4.32.2 XOPTIONS="-X 'github.com/authelia/authelia/v4/internal/utils.BuildBranch=v${pkgver}' -X 'github.com/authelia/authelia/v4/internal/utils.BuildTag=${TAG}' -X 'github.com/authelia/authelia/v4/internal/utils.BuildCommit=${COMMIT}' -X 'github.com/authelia/authelia/v4/internal/utils.BuildDate=${DATE}' -X 'github.com/authelia/authelia/v4/internal/utils.BuildState=${STATE}' -X 'github.com/authelia/authelia/v4/internal/utils.BuildNumber=AUR'" yarn install --frozen-lockfile --ignore-scripts - INLINE_RUNTIME_CHUNK=false yarn build + yarn build cd .. cp -R api internal/server/public_html/ go build -ldflags "-w ${XOPTIONS}" -trimpath -o authelia cmd/authelia/*.go |