Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 7096F782BD0 for ; Wed, 11 Sep 2019 08:45:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id AB40127351 for ; Wed, 11 Sep 2019 10:37:26 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ODzMWXiRwiS4; Wed, 11 Sep 2019 10:37:25 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1568191015; bh=As+ueL2aaNl/O5mEPnfOzY+WOMAGtwHvGmeCXrCKdYQ=; h=From:To:Cc:Subject:Date; b=AJF63JZMULxR7hE7WEDqcSnW4tDC8KWRT8PdxIM7NendRpj+Ury7xLIJdVPdZU7Jb uYbi7dt0Gz2rV3QTAvC7aVdabF9gLxOsYLTH5s0NkHgr7/aZaVYf/KKyyrR2DPXeO9 pUs+1h3Ng6lzfsBvgM1F6ooN6JQADIqyv0uioMyv9TZG2UezeTkTuDa57Z2ZelxrSr uhrQ+qjJKfUu6M46YecB7B/tCFpPSDeuNnQNJBBoS/0LfjflBSBGginMnkbpQs0Ysy n9vVpEDUItjTKtgvJwzIloETTaWPpL8SFgjQs1DwXCT80GDSGamQKauyLGnTn8mObM O4zlxbnDCvtVQ== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 1/2] testing/libphonenumber: rebuild against latest boost and protobuf Date: Wed, 11 Sep 2019 10:36:49 +0200 Message-Id: <20190911083650.13582-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/libphonenumber/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/libphonenumber/APKBUILD b/testing/libphonenumber/APKBUILD index 2ae346c50e..f668dce9b3 100644 --- a/testing/libphonenumber/APKBUILD +++ b/testing/libphonenumber/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=libphonenumber pkgver=8.10.18 -pkgrel=0 +pkgrel=1 pkgdesc="Library for parsing, formatting, and validating international phone numbers." url="https://github.com/googlei18n/libphonenumber" arch="all" -- 2.23.0