summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5dfd6c90d5a..7acbdc57a5b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = anubis
pkgdesc = An SMTP message submission daemon.
pkgver = 4.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/anubis/
arch = i686
arch = x86_64
- license = GPL3
- makedepends = libmariadbclient
- depends = guile
- depends = gpgme
+ license = GPL-3.0-or-later
+ makedepends = emacs
+ depends = gdbm
+ depends = glibc
depends = gnutls
depends = gsasl
+ depends = guile
+ depends = libmariadbclient
depends = pam
depends = pcre
source = ftp://ftp.gnu.org/gnu/anubis/anubis-4.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8fb7041e210c..f7363bca5e8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
+# Maintainer:
# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: Nicolás Reynolds <fauno@kiwwwi.com.ar>
# Contributor (Arch): Nathan Owe <ndowens04 at gmail>
pkgname=anubis
pkgver=4.3
-pkgrel=1
+pkgrel=2
pkgdesc="An SMTP message submission daemon. "
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/anubis/"
-license=('GPL3')
-depends=('guile' 'gpgme' 'gnutls' 'gsasl' 'pam' 'pcre')
-makedepends=('libmariadbclient') # 'postgresql-libs')
+license=('GPL-3.0-or-later')
+depends=('gdbm' 'glibc' 'gnutls' 'gsasl' 'guile' 'libmariadbclient' 'pam' 'pcre')
+# 'postgresql-libs'
+makedepends=('emacs') # for anubis-mode
source=(ftp://ftp.gnu.org/gnu/anubis/$pkgname-$pkgver.tar.gz)
md5sums=('bc80b9045b3c8f3b1d6798200cd81586')