---
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