Merge branch 'main' of ssh://git.edgarpierre.fr:39529/edpibu/nummi
This commit is contained in:
commit
278d252cfd
2 changed files with 4 additions and 3 deletions
1
pkgbuild/.gitignore
vendored
1
pkgbuild/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
/*.pkg.tar.zst
|
/*.pkg.tar.zst
|
||||||
|
/pkg/
|
||||||
/src/
|
/src/
|
||||||
/nummi/
|
/nummi/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=nummi
|
pkgname=nummi
|
||||||
pkgver=v0.9
|
pkgver=v0.9.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Web-based accounting interface"
|
pkgdesc="Web-based accounting interface"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
|
@ -9,12 +9,12 @@ depends=(
|
||||||
"gunicorn"
|
"gunicorn"
|
||||||
"python-django"
|
"python-django"
|
||||||
"python-toml"
|
"python-toml"
|
||||||
"python-psycopg2"
|
"python-psycopg"
|
||||||
)
|
)
|
||||||
makedepends=("git")
|
makedepends=("git")
|
||||||
optdepends=("postgresql: database")
|
optdepends=("postgresql: database")
|
||||||
backup=("etc/${pkgname}/config.toml")
|
backup=("etc/${pkgname}/config.toml")
|
||||||
_tag=c29a01ed5821787bfcef7afbdb100604feab97d0
|
_tag=bd6447606b8fb6a8f5006ef504f73618b179f9ac
|
||||||
source=(
|
source=(
|
||||||
"${pkgname}::git+https://git.edgarpierre.fr/edpibu/nummi?signed#tag=$_tag"
|
"${pkgname}::git+https://git.edgarpierre.fr/edpibu/nummi?signed#tag=$_tag"
|
||||||
"${pkgname}.service"
|
"${pkgname}.service"
|
||||||
|
|
Loading…
Reference in a new issue