~alpine/aports

main/altermime: fix url and cleanup v1 APPLIED

Bart Ribbers: 1
 main/altermime: fix url and cleanup

 1 files changed, 3 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3031/mbox | git am -3
Learn more about email & git

[PATCH] main/altermime: fix url and cleanup Export this patch

---
 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 <ncopa@alpinelinux.org>
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