summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2024-04-05 00:08:45 +0000
committerAlphaJack2024-04-05 00:08:45 +0000
commit5f331e506ded4ed22f52fd4a5846c8bbd1f7b538 (patch)
treecb3341fc12dfd3663d44fdfbfbb9377e8c65c157
parent418f0b830f66a37d0c25e31639a400944154f607 (diff)
downloadaur-5f331e506ded4ed22f52fd4a5846c8bbd1f7b538.tar.gz
Added python-hatchling as makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f289e380be87..048d533991bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fava-dashboards-git
pkgdesc = Custom Dashboards for Beancount in Fava
- pkgver = r37.7eb6635
+ pkgver = r74.df40f4e
pkgrel = 1
url = https://github.com/andreasgerstmayr/fava-dashboards
arch = any
@@ -8,6 +8,8 @@ pkgbase = fava-dashboards-git
makedepends = git
makedepends = python-build
makedepends = python-installer
+ makedepends = python-hatchling
+ makedepends = python-hatch-vcs
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = fava
diff --git a/PKGBUILD b/PKGBUILD
index dbc5b8cd1515..022437bf5db7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="fava-dashboards-git"
-pkgver=r37.7eb6635
+pkgver=r74.df40f4e
pkgrel=1
pkgdesc="Custom Dashboards for Beancount in Fava"
url="https://github.com/andreasgerstmayr/fava-dashboards"
@@ -12,9 +12,12 @@ depends=( "fava"
makedepends=("git"
"python-build"
"python-installer"
+ "python-hatchling"
+ "python-hatch-vcs"
"python-setuptools-scm"
"python-wheel")
options=("!strip")
+#source=("git+$url#branch=update-project-layout")
source=("git+$url")
sha256sums=("SKIP")