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