summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMichal Wojdyla2020-04-06 10:06:44 +0200
committerMichal Wojdyla2020-04-06 10:06:44 +0200
commitcb2196fc99092013ab43a91019067ddae29bebed (patch)
treeb4a4c9f02c51d3266839c1b1ed11cf50ae4000ed /.SRCINFO
parentb8d757534f58f3ba736f995f3d46ae3c3beb0d49 (diff)
downloadaur-cb2196fc99092013ab43a91019067ddae29bebed.tar.gz
fix pkgbuild, had empty makedepends which prevented building package
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9240bec9996..fcb62f15337b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = diamond
pkgdesc = Daemon that collects system metrics and publishes them to graphite and others
pkgver = 4.0.515
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/python-diamond/Diamond
arch = any
license = mit
+ makedepends = python2
depends = python2
depends = python
optdepends = python2-psycopg2: Postgresql collector