summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2021-06-25 13:38:45 +0200
committerKlaus Alexander Seistrup2021-06-25 13:38:45 +0200
commit099a14d504290ff12e5043bfe906ed322a41f7f4 (patch)
tree73798da286d30a05b76dba5ea4bd423f36040310
parentdd0f4f19c4d09bc3235e918bb40fb67e8a57f49b (diff)
downloadaur-099a14d504290ff12e5043bfe906ed322a41f7f4.tar.gz
mlmmj 1.30.0-4
* Added armv7h architecture (RaspberryPI)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6aa931938fe..6f9e0c69d141 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = mlmmj
pkgdesc = Simple and slim mailing list manager (MLM) inspired by ezmlm
pkgver = 1.3.0
- pkgrel = 3
+ pkgrel = 4
url = http://mlmmj.org/
arch = i686
arch = x86_64
+ arch = armv7h
license = MIT
depends = sh
depends = smtp-server
diff --git a/PKGBUILD b/PKGBUILD
index 012d34833ee9..8ff24296b267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname='mlmmj'
pkgver=1.3.0
-pkgrel=3
+pkgrel=4
pkgdesc='Simple and slim mailing list manager (MLM) inspired by ezmlm'
depends=('sh' 'smtp-server')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='http://mlmmj.org/'
license=('MIT')
source=(