summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aabca4e3f737..ef03d64bf173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Harvey Tindall <hrfee@protonmail.ch>
pkgname="jfa-go"
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="A web app for managing users on Jellyfin"
arch=("x86_64")
@@ -23,7 +23,7 @@ validpgpkeys=()
prepare() {
cd jfa-go
- make configuration sass-headless mail-headless version swagger
+ make configuration sass email version swagger
}
build() {