diff options
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 13 insertions, 9 deletions
@@ -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 @@ -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') |