From 8ddb3c464bd67f5298fdb09e708be82ee31b59f7 Mon Sep 17 00:00:00 2001 From: yzewei Date: Thu, 4 Jul 2024 12:27:13 +0000 Subject: [PATCH] testing/gpg-remailer: fix build Signed-off-by: yzewei --- testing/gpg-remailer/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/gpg-remailer/APKBUILD b/testing/gpg-remailer/APKBUILD index a41679ed4c0..7ed151722fc 100644 --- a/testing/gpg-remailer/APKBUILD +++ b/testing/gpg-remailer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Shiz pkgname=gpg-remailer pkgver=3.04.07 -pkgrel=0 +pkgrel=1 pkgdesc="Decrypt GPG messages and re-encrypt them to a well-defined group" url="https://gitlab.com/fbb-git/gpg-remailer" arch="all !s390x" # limited by mailutils @@ -14,7 +14,7 @@ source="https://gitlab.com/fbb-git/gpg-remailer/-/archive/$pkgver/gpg-remailer-$ builddir="$srcdir/gpg-remailer-$pkgver/gpg-remailer" build() { - ./build program strip + ./build program ./build man }