summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2015-07-07 08:01:32 -0400
committerJames An2015-07-07 08:01:32 -0400
commit4e10f93533e6bdaeb6a01676dc60322b13cc26a2 (patch)
treeb15b0388e8a5ebb156aa4eab03e50548055f586c
parent5333a101dfe3a216b40b4ec8989e80a769262a8d (diff)
downloadaur-4e10f93533e6bdaeb6a01676dc60322b13cc26a2.tar.gz
Added smtp-forwarder provision as this handles incoming mail.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4489ab2a8741..ae5d10da1851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=mailcatcher
pkgname=ruby-$_pkgname
pkgver=0.6.1
-pkgrel=3
+pkgrel=4
pkgdesc='Catches mail and serves it through a dream.'
arch=('any')
url="http://$_pkgname.me"
license=('MIT')
depends=('ruby-activesupport' 'ruby-eventmachine' 'ruby-haml' 'ruby-mail' 'ruby-sinatra' 'ruby-skinny' 'ruby-sqlite3' 'ruby-thin')
makedepends=('rubygems')
-provides=("$_pkgname")
+provides=("$_pkgname" 'smtp-forwarder')
conflicts=("$_pkgname")
options=(!emptydirs)
install="$pkgname.install"