~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] main/altermime: fix url and cleanup

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190918222322.18134-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +3 -4
---
 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
Reply to thread Export thread (mbox)