Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3804F781D5E for <~alpine/aports@lists.alpinelinux.org>; Wed, 18 Sep 2019 22:31:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0FA7128807 for <~alpine/aports@lists.alpinelinux.org>; Thu, 19 Sep 2019 00:23:36 +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 JVK5oO51bflU; Thu, 19 Sep 2019 00:23:34 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1568845414; bh=8wU08vzqW1hUzSMOOITgr8gW5YOfNMhoyIt1FtG6p54=; h=From:To:Cc:Subject:Date; b=ZnNig2MLAwzRjAWHnfDXZ/0tNcGUkJgYAsXq2uJKihaRE0WKOirPiHMwsNjdAaatj 0nUk6gFtRw7K1BZm3cu1fyNnw7PYGlzkveNgqOys509euqE+SReCwbIV2kUzOekR+g wJPhOS1DDpHMesioMbd0DzwzRLFfEcUKfZwMZ8KKS2dMryQl9EWGwhD8T04Wx3DKq0 MT6whYrxDT+BqUfWfpDAcUNwJHGRPYpgrFvDNX2OE0HPviMTNV06fow2WN1pEIUPst O91UCeRQnshUVhOFSUN8BYeAF6YZRkkAFzVlwWBHIFpSbilQIr6PoQPd3QrggywGo2 DOQHQ7bItKguw== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] main/altermime: fix url and cleanup Date: Thu, 19 Sep 2019 00:23:22 +0200 Message-Id: <20190918222322.18134-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- main/altermime/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/main/altermime/APKBUILD b/main/altermime/APKBUILD index aa196cb791..56bf19ffe0 100644 --- a/main/altermime/APKBUILD +++ b/main/altermime/APKBUILD @@ -3,17 +3,16 @@ # Maintainer: Natanael Copa pkgname=altermime pkgver=0.3.11 -pkgrel=0 +pkgrel=1 pkgdesc="alterMIME - MIME encoded email pack alteration tool" -url="http://pldaniels.com/$pkgname" +url="https://pldaniels.com/altermime" arch="all" license="custom:altermime" # no check provided by upstream options="!check" subpackages="$pkgname-doc" -source="$url/$pkgname-$pkgver.tar.gz +source="https://pldaniels.com/altermime/altermime-$pkgver.tar.gz makefile-flags.patch" -builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" -- 2.21.0