summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Bruhin2021-01-22 13:50:35 +0100
committerFlorian Bruhin2021-01-22 13:50:35 +0100
commit0f5680788f661b6aa8664ce41da0b2382afe9890 (patch)
treea841ce593c8037ea5c1c3c0c47c4b01c235143bb /PKGBUILD
parent2370cb335e51a7dc42007b176cf901cf827917d2 (diff)
downloadaur-journalwatch.tar.gz
Add setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 266640308cea..d9f93618a96a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=journalwatch
pkgver=1.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Filter error messages from systemd journal, similar to logcheck/logwatch."
arch=(any)
url="https://pypi.python.org/pypi/journalwatch/"
license=('GPL')
depends=('python' 'python-systemd')
+makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('c06619d5ece24510d6ec334febfbdef9')