From f7a1f103a1c0f94608cfd97dac0e93d5e509638d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 5 Apr 2018 20:20:37 +0000 Subject: [PATCH] testing/createrepo_c: rebuild against libressl-2.7 --- testing/createrepo_c/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/createrepo_c/APKBUILD b/testing/createrepo_c/APKBUILD index f61aae92a5b..e2ca7e9859a 100644 --- a/testing/createrepo_c/APKBUILD +++ b/testing/createrepo_c/APKBUILD @@ -14,7 +14,7 @@ upstream_tag=0.10.0 commits_since=48 pkgver=${upstream_tag}.${commits_since} -pkgrel=1 +pkgrel=2 pkgdesc="C implementation of createrepo" url="https://github.com/rpm-software-management/createrepo_c/" arch="all"