diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-26 14:08:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-27 16:52:02 +0000 |
commit | f1986c417aecd0d72068b0ccf0c24bd8bf9e3802 (patch) | |
tree | a97b1495b694203bf545ceaa4eeaba63af995eb0 /main | |
parent | 07c137a088745a8572b2fd2f25e1d483a14e6b2f (diff) | |
download | aports-f1986c417aecd0d72068b0ccf0c24bd8bf9e3802.tar.bz2 aports-f1986c417aecd0d72068b0ccf0c24bd8bf9e3802.tar.xz |
main/collectd: rebuild against perl 5.24
Diffstat (limited to 'main')
-rw-r--r-- | main/collectd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/collectd/APKBUILD b/main/collectd/APKBUILD index 1471ff611f..5e4189e7f4 100644 --- a/main/collectd/APKBUILD +++ b/main/collectd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=collectd pkgver=5.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="The system statistics collection daemon" url="http://collectd.org" arch="all" |