summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-01-14 21:27:10 +1100
committerAmir Zarrinkafsh2021-01-14 21:27:10 +1100
commit26a0605dca412b2dd15e1643f997a0ec2afc1781 (patch)
tree8d0a2ad97d2bd91c08a4db1177b0f651b84a30c0
parent84d33d3a28b211b875a99e3dda9d786ccddfb6bf (diff)
downloadaur-26a0605dca412b2dd15e1643f997a0ec2afc1781.tar.gz
Include and embedd swagger assets
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ec36fe4d3f3..df318b4ce7c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = authelia
pkgdesc = The Cloud ready multi-factor authentication portal for your Apps.
pkgver = 4.25.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/authelia/authelia
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 3d9bbe332f11..a948a1929254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amir Zarrinkafsh <nightah at me dot com>
pkgname=authelia
pkgver=4.25.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,6 +30,7 @@ build() {
INLINE_RUNTIME_CHUNK=false yarn build
mv build ../public_html
cd ..
+ cp -R api public_html/
go get -u aletheia.icu/broccoli
go generate internal/server/*
sed -i "s/__BUILD_TAG__/v${pkgver}/" cmd/authelia/constants.go