diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-04 14:32:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-04 14:32:20 +0000 |
commit | ae6064a2107fc7465b4d201907054065f0f1dd39 (patch) | |
tree | 69411207ec11de1cf17f972cb6c59d5f9f4baf91 /main | |
parent | e310bb4c4f907f5a2b32a22a326132dd1a4eff5f (diff) | |
download | aports-ae6064a2107fc7465b4d201907054065f0f1dd39.tar.bz2 aports-ae6064a2107fc7465b4d201907054065f0f1dd39.tar.xz |
main/subunit: rebuild against cppunit-1.13
Diffstat (limited to 'main')
-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 dac9f63d32..7a90a5a621 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=0 +pkgrel=1 pkgdesc="A streaming protocol for test results" url="https://launchpad.net/subunit" arch="all" |