summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHarvey Tindall2020-11-13 19:40:12 +0000
committerHarvey Tindall2020-11-13 19:40:12 +0000
commitdac57ee777cac5b9935caa283e431799734ed9e5 (patch)
treee88548b3a0bc3c226d77877fb79670387adcb71a /PKGBUILD
parenta5ad36a806aff43c3ff573fe760fd4d0f9eab02c (diff)
downloadaur-dac57ee777cac5b9935caa283e431799734ed9e5.tar.gz
bump to 0.2.1
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() {