diff options
author | Edmund Lodewijks | 2025-04-04 08:32:36 +0200 |
---|---|---|
committer | Edmund Lodewijks | 2025-04-04 08:32:36 +0200 |
commit | b03343ea71a2726378a452123808b698e7a8c606 (patch) | |
tree | a7a2a691e226e5194a214f1b77c4aa9f58286fe0 | |
parent | a6d03a6183888bc3a45c771298aa2e763fe56535 (diff) | |
download | aur-b03343ea71a2726378a452123808b698e7a8c606.tar.gz |
Fixed name and pkgbase
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 6 deletions
@@ -1,12 +1,12 @@ -pkgbase = libmilter +pkgbase = libmilter-sharedlib pkgdesc = Implementation of the sendmail Mail Filter API pkgver = 8.18.1 pkgrel = 4 url = https://www.proofpoint.com/us/sendmail-open-source arch = x86_64 license = Sendmail - source = https://ftp.sendmail.org/sendmail.8.18.1.tar.gz - source = https://ftp.sendmail.org/sendmail.8.18.1.tar.gz.sig + source = https://ftp.sendmail.org/libmilter.8.18.1.tar.gz + source = https://ftp.sendmail.org/libmilter.8.18.1.tar.gz.sig source = site.config.m4 source = Patch01-fd-passing-libmilter.patch source = Patch02-Allow-setting-local-CFLAGS-devtools-M4-UNIX-defines.patch @@ -25,4 +25,4 @@ pkgbase = libmilter b2sums = 3ce6d5c4cef02596a7a629d560f92f2b63bbf10b7cae02cf2f4801d90af1b0221ab4ad06d31b6fc693159479ad3758860efa28ab3074ff2537de171a66fc5f90 b2sums = 4cd0b57b7a26edf95cabf9892c0378e27a8609afd640c4e9b7bcd6011c7a882c292650df823630f336b4bd7583bd934851a523e391d85933cc9351587033cac1 -pkgname = libmilter +pkgname = libmilter-sharedlib @@ -4,8 +4,10 @@ # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: mutantmonkey <mutantmonkey@gmail.com> -_pkgname=sendmail # libmilter is bundled with the sendmail source -pkgname=libmilter +_origname=sendmail # libmilter is bundled with the sendmail source +_pkgname=libmilter +pkgname=libmilter-sharedlib +pkgbase="${pkgname}" pkgver=8.18.1 pkgrel=4 pkgdesc='Implementation of the sendmail Mail Filter API' |