X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by lists.alpinelinux.org (Postfix) with ESMTP id 55B695C6182 for ; Fri, 13 Jul 2018 19:10:25 +0000 (GMT) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 0A72D210C1 for ; Fri, 13 Jul 2018 21:10:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1531509024; bh=IqAYmyb6SO6nLaSXWi1urY0CU6E+tZkHEacKbC6qnPo=; h=From:To:Cc:Subject:Date:From; b=QvwZK8sOmIqRGgzBdGJhHFEoHgSamNZlsQedzNdGd7RBQX2f+yL+uSuiy3bVpSPLY bIUzCODyrJ/a7NyOuFmC6I25/xG91s2gzwUnVRV37+WX7BfiqVZTCAg/fLXd46LUrE FuJXFQOGmpoZre/pQ8fZ0qZs2Bz6U5cnMyt7SaIpps7FHdnMMRu7VJllRh0auCVzJ0 GUJxhxOFFFonhX35BXq0NZSDTYMs35f3xyEMPFjNCjt2lnhLS+gvP1jCeQrEdu9+vl spXynKg4NXubPAsTro2CwNGdejNYLumGcB462+SHJEiSV7nRZ7aOZZeOF1/p70lWmP /QgwTsirOh8aQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 41S2Sb4Wfdz9rxH; Fri, 13 Jul 2018 21:10:23 +0200 (CEST) From: Sascha Paunovic To: alpine-aports@lists.alpinelinux.org Cc: Sascha Paunovic Subject: [alpine-aports] [PATCH 4/6] testing/evolution-data-server: rebuild against webkit2gtk-2.20.3-r1 Date: Fri, 13 Jul 2018 21:10:11 +0200 Message-Id: <20180713191013.937-4-azarus@posteo.net> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180713191013.937-1-azarus@posteo.net> References: <20180713191013.937-1-azarus@posteo.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/evolution-data-server/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/evolution-data-server/APKBUILD b/testing/evolution-data-server/APKBUILD index b47e74342c..369a85390a 100644 --- a/testing/evolution-data-server/APKBUILD +++ b/testing/evolution-data-server/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock pkgname=evolution-data-server pkgver=3.26.0 -pkgrel=1 +pkgrel=2 pkgdesc="data server for evolution" url="http://projects.gnome.org/evolution" arch="x86_64 x86 ppc64le aarch64 armhf" -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---