summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund Lodewijks2025-04-04 08:32:36 +0200
committerEdmund Lodewijks2025-04-04 08:32:36 +0200
commitb03343ea71a2726378a452123808b698e7a8c606 (patch)
treea7a2a691e226e5194a214f1b77c4aa9f58286fe0
parenta6d03a6183888bc3a45c771298aa2e763fe56535 (diff)
downloadaur-b03343ea71a2726378a452123808b698e7a8c606.tar.gz
Fixed name and pkgbase
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8da9c5b531be..93ab9b937ff1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 9a351796da25..18333d41a139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'