summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2022-09-27 10:27:38 +0200
committerJ. Nathanael Philipp2022-09-27 10:27:38 +0200
commit04e818ba97e9642ad65a71ef38ec8c848cae3847 (patch)
tree364296759c4256a0117c66279328ab705c3f935e /PKGBUILD
parent281e0bb96b74d009fac68b77bcbbdff9ad50cd88 (diff)
downloadaur-04e818ba97e9642ad65a71ef38ec8c848cae3847.tar.gz
update makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bb75da8c5f1..d093fad39f2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@ pkgname=webledger
_pkgname=${pkgname#web}
provides=(${_pkgname})
pkgver=2.1.8
-pkgrel=1
-pkgdesc="Web based ledger system"
+pkgrel=2
+pkgdesc="Web based ledger"
arch=("any")
url="https://github.com/jnphilipp/ledger"
license=("GPL3+")
-makedepends=("git" "help2man" "python" "python-virtualenv")
+makedepends=("git" "help2man")
depends=("python" "python-django" "python-gobject" "python-dbus" "python-django_bootstrap5" "systemd" "uwsgi" "uwsgi-plugin-python")
source=("git+https://github.com/jnphilipp/ledger.git")
md5sums=(SKIP)