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 752EC781014 for ; Fri, 26 Nov 2021 04:52:40 +0000 (UTC) Received: from smtp202.mailbox.org (unknown [91.198.250.118]) (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 4J0hyG6L5WzQjpB for ; Fri, 26 Nov 2021 05:45:42 +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=1637901940; 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; bh=r0rVDqic7u6OCdfgwIAkd7NCwsBYjCDePjj9FSPSCt4=; b=gbY2bPJAKcwdJ68BNkLXafrmShssR777Z0CLQk00AbYZ0sPr0JafTyZb4ftszi3DC1MEtm mzSmjtihhycFTqeaQiQJ3KYhW68hfw6ThlLsNeqevKZBqxB/lRsVbEMf/V3MY+Y7taPir5 J9GxxLuNl7dR6Czv+31cwOyU9R7xT++ly6lQgpdQWSGDtpYKdPK3xDmEHM9tM7kscMF9Ip lsC8HA9DkcuEJAJ5nogpoyIchBVYkCwVEzRJTQGldu9D9jJNVzEEjQ+2KITzZcd9827K7P 7A07RP4ylTZBHxBsPwe1/u8PoUfi4BUnkMGKubB2+OJujj69LAzZ0NUOU212YQ== From: Bill Sprinters To: alpine-aports@lists.alpinelinux.org Cc: Bill Sprinters Subject: [PATCH] community/aerc: rebuild with new upstream repository Date: Fri, 26 Nov 2021 15:44:47 +1100 Message-Id: <20211126044447.3273-1-sharkytheshark@mailbox.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Bill Sprinters --- Aerc has been forked, as Drew didn't want to be involved anymore. See here for details: https://lists.sr.ht/~sircmpwn/aerc/ Development of aerc is continuing from the new fork. community/aerc/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/aerc/APKBUILD b/community/aerc/APKBUILD index 1b839fd675..da64fd69d7 100644 --- a/community/aerc/APKBUILD +++ b/community/aerc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=aerc pkgver=0.5.2 -pkgrel=2 +pkgrel=3 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 -- 2.34.1