summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2016-04-19 14:57:38 -0400
committerJames An2016-04-19 14:57:59 -0400
commit7e1354e69ec4f87d8ab9f3289369e0c81c03d44d (patch)
tree834d5f6a4e80f4732377eb351ccaa2672930a86f
parenteab152c61069dfb594efc1bb3ada7a0c2dedb793 (diff)
downloadaur-7e1354e69ec4f87d8ab9f3289369e0c81c03d44d.tar.gz
Added smtp-forwarder as provided by this package as it accepts/consumes SMTP email.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 455a20b216f7..3a05ac2185b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Apr 6 16:37:55 UTC 2016
pkgbase = ruby-mailcatcher
pkgdesc = Catches mail and serves it through a dream.
pkgver = 0.6.1
- pkgrel = 11
+ pkgrel = 12
url = http://mailcatcher.me
install = ruby-mailcatcher.install
arch = any
@@ -18,6 +16,7 @@ pkgbase = ruby-mailcatcher
depends = ruby-sqlite3
depends = ruby-thin
provides = mailcatcher
+ provides = smtp-forwarder
conflicts = mailcatcher
noextract = mailcatcher-0.6.1.gem
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 8b5ceaaa92cd..076054667d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=mailcatcher
pkgname=ruby-$_pkgname
pkgver=0.6.1
-pkgrel=11
+pkgrel=12
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"