|
|
@ -1,6 +1,6 @@
|
|
|
|
# Maintainer: Harvey Tindall <hrfee@protonmail.ch>
|
|
|
|
# Maintainer: Harvey Tindall <hrfee@protonmail.ch>
|
|
|
|
pkgname="jfa-go"
|
|
|
|
pkgname="jfa-go"
|
|
|
|
pkgver=0.1.3
|
|
|
|
pkgver=0.1.4
|
|
|
|
pkgrel=1
|
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="A web app for managing users on Jellyfin"
|
|
|
|
pkgdesc="A web app for managing users on Jellyfin"
|
|
|
|
arch=("x86_64")
|
|
|
|
arch=("x86_64")
|
|
|
@ -16,14 +16,13 @@ backup=()
|
|
|
|
options=()
|
|
|
|
options=()
|
|
|
|
install=
|
|
|
|
install=
|
|
|
|
changelog=
|
|
|
|
changelog=
|
|
|
|
source=("jfa-go::git+https://github.com/hrfee/jfa-go.git")
|
|
|
|
source=("jfa-go::git+https://github.com/hrfee/jfa-go.git#tag=v$pkgver")
|
|
|
|
noextract=()
|
|
|
|
noextract=()
|
|
|
|
md5sums=(SKIP)
|
|
|
|
md5sums=(SKIP)
|
|
|
|
validpgpkeys=()
|
|
|
|
validpgpkeys=()
|
|
|
|
|
|
|
|
|
|
|
|
prepare() {
|
|
|
|
prepare() {
|
|
|
|
cd jfa-go
|
|
|
|
cd jfa-go
|
|
|
|
ls
|
|
|
|
|
|
|
|
make configuration sass-headless mail-headless
|
|
|
|
make configuration sass-headless mail-headless
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|