testing/gpg-remailer: fix build

Signed-off-by: yzewei <yangzewei@loongson.cn>
This commit is contained in:
yzewei 2024-07-04 12:27:13 +00:00 committed by Celeste
parent 25c173bc58
commit 8ddb3c464b

View File

@ -2,7 +2,7 @@
# Maintainer: Shiz <hi@shiz.me>
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
}