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 098FB5C618C for ; Fri, 13 Jul 2018 19:10:26 +0000 (GMT) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 572DE210DB 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=RPphz/lOGpleM5ACPJQq+aL3/VkRoUZe5Iy+J6El1LQ=; h=From:To:Cc:Subject:Date:From; b=g/ice9KYDmgfLL/oQEBpY7LCoHjKCZMYjfMZRz+f8BYe7esSW4ZDQ8zeq9Z8IoJi1 7XTK+7JaDIj3EHp4mD+ctLIsQScf8jGEZiLF4q9S+Qf53lyyBbz93X8kL2zaSaQbY5 V/kpY5I5xXTkPRoC5JRSsxCdQRC60ZXVVMWBsP576LfMf/iVSbBlUEkxoVX0944HYq SO1R1xTxY5tdjQ0f1yK2V3rnharfn2toSaHHoMIBwUyhHRmAsxBGKB97RIp4CIEIaU uYuye59arJn8P/Cte9LTb/vTOnBQgq7bHc17x7nKPmljrY1npfEkAUx50SERaPlq3K xZEcOmpx5Upsw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 41S2Sc0G54z9rxD; Fri, 13 Jul 2018 21:10:24 +0200 (CEST) From: Sascha Paunovic To: alpine-aports@lists.alpinelinux.org Cc: Sascha Paunovic Subject: [alpine-aports] [PATCH 6/6] testing/surf: rebuild against webkit2gtk-2.20.3-r1 Date: Fri, 13 Jul 2018 21:10:13 +0200 Message-Id: <20180713191013.937-6-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/surf/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/surf/APKBUILD b/testing/surf/APKBUILD index 6b62d9f925..0236adad9b 100644 --- a/testing/surf/APKBUILD +++ b/testing/surf/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Orson Teodoro pkgname=surf pkgver=2.0 -pkgrel=0 +pkgrel=1 pkgdesc="surf is a simple web browser based on WebKit2/GTK+." url="https://surf.suckless.org/" arch="all" -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---