[arch-commits] Commit in opensmtpd/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Jul 28 10:29:32 UTC 2020


    Date: Tuesday, July 28, 2020 @ 10:29:31
  Author: archange
Revision: 665643

Use bundled libasr from now on

It was splitted before for technical reason, but now doing it this way is preferred.

Modified:
  opensmtpd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-28 10:21:57 UTC (rev 665642)
+++ PKGBUILD	2020-07-28 10:29:31 UTC (rev 665643)
@@ -5,12 +5,12 @@
 
 pkgname=opensmtpd
 pkgver=6.7.1p1
-pkgrel=4
+pkgrel=5
 pkgdesc="Free implementation of the server-side SMTP protocol"
 arch=(x86_64)
 url="https://www.opensmtpd.org/"
 license=(custom)
-depends=(libasr libevent libressl pam)
+depends=(libevent libressl pam)
 optdepends=('opensmtpd-filter-rspamd: rspamd integration')
 provides=(smtp-server smtp-forwarder)
 conflicts=(smtp-server smtp-forwarder)



More information about the arch-commits mailing list