diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-15 10:00:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-15 10:00:54 +0000 |
commit | 0a1f1208c5fb8f92a3137d66f374b55ce0bc58ad (patch) | |
tree | 59faf7cde85f8f15546dafad3ac92e4627f92178 /main/subunit | |
parent | b635d1bbb6cda1a5c4ee4f2ae413a08a081614cb (diff) | |
download | aports-0a1f1208c5fb8f92a3137d66f374b55ce0bc58ad.tar.bz2 aports-0a1f1208c5fb8f92a3137d66f374b55ce0bc58ad.tar.xz |
main/subunit: rebuild against perl-5.20
Diffstat (limited to 'main/subunit')
-rw-r--r-- | main/subunit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/subunit/APKBUILD b/main/subunit/APKBUILD index 7a90a5a621..b22d199a7b 100644 --- a/main/subunit/APKBUILD +++ b/main/subunit/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=subunit pkgver=0.0.18 -pkgrel=1 +pkgrel=2 pkgdesc="A streaming protocol for test results" url="https://launchpad.net/subunit" arch="all" |