summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2022-03-01 23:13:37 +0100
committerJ. Nathanael Philipp2022-03-01 23:13:37 +0100
commit8c7acd81f1f5bc2cf5f48a60578ca3e1d952df5b (patch)
treece4ad28cece87c79a017ac84224c5eb96baad63c /PKGBUILD
parent28eac1db4707201fa9c2205e56345236523f61d2 (diff)
downloadaur-8c7acd81f1f5bc2cf5f48a60578ca3e1d952df5b.tar.gz
Version 2.0.2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8df1c28bd73f..e570c224f319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: J. Nathanael Philipp <nathanael@philipp.land>
pkgname=ledger
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="Web based ledger system to keep track of your money"
arch=("any")
url="https://github.com/jnphilipp/ledger"
license=("GPL3+")
makedepends=("git" "help2man" "python" "python-virtualenv")
-depends=("python" "python-django" "python-gobject" "python-dbus" "systemd")
+depends=("python" "python-django" "python-gobject" "python-dbus" "systemd" "uwsgi" "uwsgi-plugin-python")
source=("git://github.com/jnphilipp/ledger.git"
"git://github.com/jnphilipp/django_bootstrap5.git")
md5sums=(SKIP SKIP)