summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 076e7f7d362d..54cabef06531 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jfa-go-git
pkgdesc = A web app for managing users on Jellyfin
- pkgver = r91.802f957
+ pkgver = r127.9fec714
pkgrel = 1
url = https://github.com/hrfee/jfa-go
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d60fc0faf707..6c030ca92098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Harvey Tindall <hrfee@protonmail.ch>
pkgname=jfa-go-git
_pkgname=jfa-go
-pkgver=r91.802f957
+pkgver=r127.9fec714
pkgrel=1
pkgdesc="A web app for managing users on Jellyfin"
arch=("x86_64")
@@ -29,12 +29,12 @@ pkgver() {
prepare() {
cd ${pkgname}
- make configuration sass-headless mail-headless version
+ make configuration sass-headless mail-headless version swagger
}
build() {
cd ${pkgname}
- make compile
+ make typescript compile
}
package() {