summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ce5272253e3..23dbf70abd20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ssmtp
pkgdesc = Extremely simple MTA to get mail off the system to a mailhub (with Fedora patches)
pkgver = 2.64
- pkgrel = 14
+ pkgrel = 15
url = https://packages.debian.org/stable/mail/ssmtp
arch = i686
arch = x86_64
arch = armv7
+ arch = aarch64
license = GPL
depends = openssl
depends = inetutils
diff --git a/PKGBUILD b/PKGBUILD
index 5fbbc4b7a5e5..1bca155dabe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=ssmtp
pkgver=2.64
-pkgrel=14
+pkgrel=15
pkgdesc="Extremely simple MTA to get mail off the system to a mailhub (with Fedora patches)"
-arch=('i686' 'x86_64' 'armv7')
+arch=('i686' 'x86_64' 'armv7' 'aarch64')
license=('GPL')
url="https://packages.debian.org/stable/mail/ssmtp"
depends=('openssl' 'inetutils')