Date: Thursday, February 8, 2018 @ 18:58:11 Author: alad Revision: 290328
upgpkg: neomutt 20171215-3 Remove urlview (out-of-repository) Modified: neomutt/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-08 18:47:59 UTC (rev 290327) +++ PKGBUILD 2018-02-08 18:58:11 UTC (rev 290328) @@ -1,18 +1,18 @@ # $Id$ # Maintainer: Alad Wenter <[email protected]> +# Maintainer: Jelle van der Waa <[email protected]> # Contributor: Chris Salzberg <[email protected]> # Contributor: Leonidas Spyropoulos <[email protected]> pkgname=neomutt pkgver=20171215 -pkgrel=2 +pkgrel=3 pkgdesc='a version of mutt with added features' url='http://www.neomutt.org/' license=('GPL') arch=('x86_64') -depends=('mailcap' 'notmuch-runtime' 'lua') -optdepends=('urlview: for url menu' - 'python: keybase.py') +depends=('notmuch-runtime' 'lua') +optdepends=('python: keybase.py') makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx') source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz" "https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig")
