Received: from mout-y-209.mailbox.org (mout-y-209.mailbox.org [91.198.250.237]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 280E4780FE0 for <~alpine/aports@lists.alpinelinux.org>; Fri, 26 Nov 2021 12:02:44 +0000 (UTC) Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-y-209.mailbox.org (Postfix) with ESMTPS id 4J0tTw25nSzQjYq for <~alpine/aports@lists.alpinelinux.org>; Fri, 26 Nov 2021 12:55:16 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1637927713; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qLJexSPmR33cFdyAIOGYLQHRJPuh1GKUlI25BkxcGQU=; b=GS6RSUuAxwm30rhGws3oOnF6N1FsGurMnUcKsAzg5LEZCYU5ONMoTinNey/3i1giTDezcS KErar1YpqwTdB2YsI3p8mf4eJV0n5ZMyJNZGg4Xmp5NhknXNCxa2Dq97d0w+B+ZEhqUXbX xpnXczn8LU3D90XI7x64msgNYfpPMGlNi0ewmni0J1awGdylsT7Hb9H7a141ttW2avmNXW Ii9x7adILTPKz0aa0ChUovA3OUzuYxRxSDiP7KWud4YGW+IL53eeJ7HnCWelHDcfXNcAMT 7LqQVZDpDN4/Ndp1tkY2sZX0A+F7UOaF3zpWa53mNZfWzWN/4HH82ZPBRJlmEg== From: Bill Sprinters To: ~alpine/aports@lists.alpinelinux.org Cc: Bill Sprinters Subject: [PATCH v2] community/aerc: upgrade to 0.6.0 with new upstream repository Date: Fri, 26 Nov 2021 22:54:43 +1100 Message-Id: <20211126115443.6168-1-sharkytheshark@mailbox.org> In-Reply-To: <163791492556.14324.15475533565394262574.gitlab.27786.c2fa8a57805de5643df4d2e151cdae5d6ede293e@listserv.local> References: <163791492556.14324.15475533565394262574.gitlab.27786.c2fa8a57805de5643df4d2e151cdae5d6ede293e@listserv.local> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Bill Sprinters --- Aerc is now also updated to 0.6.0, which should fix the issue with the first patch. community/aerc/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/aerc/APKBUILD b/community/aerc/APKBUILD index 1b839fd675..c8d1b9bffe 100644 --- a/community/aerc/APKBUILD +++ b/community/aerc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=aerc -pkgver=0.5.2 -pkgrel=2 +pkgver=0.6.0 +pkgrel=0 pkgdesc="email client for your terminal" url="https://aerc-mail.org" # riscv64 blocked by crypto dependency @@ -10,7 +10,7 @@ license="MIT" depends="less ncurses" makedepends="go scdoc" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/aerc/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~rjarry/aerc/archive/$pkgver.tar.gz" build() { make PREFIX=/usr @@ -25,5 +25,5 @@ package() { } sha512sums=" -b5472f204ee2226dffaefb1a1554644711e030bac227cb708510fc4eec46ecb7ab48b7e82b1400024d8893ef2d4b880edffd98fd10339459015c0bb27956d452 aerc-0.5.2.tar.gz +04c80d5c86cc1cf978ae2590a469f56241978253dab82dfa0a8b17860b496c2c9ee30ebf345953046968856da06beadebdced4bdee6e92d5faf85abe1ff5bcd3 aerc-0.6.0.tar.gz " -- 2.34.1