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 93572781770b..6f1386cbd3d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Harvey Tindall <hrfee@protonmail.ch>
pkgname="jfa-go"
-pkgver=0.1.6
+pkgver=0.1.7
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
+ make configuration sass-headless mail-headless version
}
build() {