summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenues2021-02-17 19:43:30 +0300
committerGenues2021-02-17 19:43:30 +0300
commitbba859028fa804fb605dc84f308941ecf8fb9954 (patch)
treededcf04c9d2ca0d1acbabfb397322a82e6d34ce7
parent10f0a89bad20d621e808da859e10b2d24df36e7d (diff)
downloadaur-bba859028fa804fb605dc84f308941ecf8fb9954.tar.gz
FIX PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bc7a3ca156d..b9bb8108fe5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opensmtpd-filter-replace-from_reply
pkgdesc = This is a simple OpenSMTPD filter for overwriting the email address in the MAIL FROM command, in the header in all sent messages, as well as for substituting the original MAIL FROM address in the Reply-To field
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c415b0dfd4c4..871c04d16600 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Evgeniy <genues@gmail.com>
pkgname=opensmtpd-filter-replace-from_reply
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='This is a simple OpenSMTPD filter for overwriting the email address in the MAIL FROM command, in the header in all sent messages, as well as for substituting the original MAIL FROM address in the Reply-To field'
license=("MIT")
arch=(i686 x86_64)