Update PKGBUILD to v0.9.1

This commit is contained in:
Edgar P. Burkhart 2023-04-24 09:12:22 +02:00
parent 819bd20fdf
commit fcdfd0e9ad
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 4 additions and 3 deletions

1
pkgbuild/.gitignore vendored
View File

@ -1,3 +1,4 @@
/*.pkg.tar.zst
/pkg/
/src/
/nummi/

View File

@ -1,5 +1,5 @@
pkgname=nummi
pkgver=v0.9
pkgver=v0.9.1
pkgrel=1
pkgdesc="Web-based accounting interface"
arch=("any")
@ -9,12 +9,12 @@ depends=(
"gunicorn"
"python-django"
"python-toml"
"python-psycopg2"
"python-psycopg"
)
makedepends=("git")
optdepends=("postgresql: database")
backup=("etc/${pkgname}/config.toml")
_tag=c29a01ed5821787bfcef7afbdb100604feab97d0
_tag=bd6447606b8fb6a8f5006ef504f73618b179f9ac
source=(
"${pkgname}::git+https://git.edgarpierre.fr/edpibu/nummi?signed#tag=$_tag"
"${pkgname}.service"