summaryrefslogtreecommitdiff
path: root/community/opendkim/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-26 02:26:56 -0700
committerroot <root@rshg054.dnsready.net>2012-10-26 02:26:56 -0700
commitff20b83d60041f745a579e10770706b0b49d5617 (patch)
tree715ba7ce7d40655e756c284d0875b27da39796e6 /community/opendkim/PKGBUILD
parenta3b55a0c47a00ac40bc00a4ce87d93f809273840 (diff)
Fri Oct 26 02:24:09 PDT 2012
Diffstat (limited to 'community/opendkim/PKGBUILD')
-rw-r--r--community/opendkim/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/community/opendkim/PKGBUILD b/community/opendkim/PKGBUILD
index 8bfab528d..6e11bf0f4 100644
--- a/community/opendkim/PKGBUILD
+++ b/community/opendkim/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 78344 2012-10-17 14:52:24Z spupykin $
+# $Id: PKGBUILD 78840 2012-10-25 13:10:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=opendkim
-pkgver=2.6.7
-pkgrel=2
+pkgver=2.7.0
+pkgrel=1
pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
arch=(i686 x86_64)
url="http://www.opendkim.org/"
license=('BSD' 'custom:Sendmail')
depends=("db" "openssl")
makedepends=("libmilter")
-options=(!libtool)
+options=(!libtool !emptydirs)
backup=(etc/conf.d/opendkim)
install=opendkim.install
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
opendkim.conf
opendkim.rc
opendkim.service)
-md5sums=('8dd327c1c3f3ffdbc436ef7df877940e'
+md5sums=('ec3f38e6b612c58cd3b4dabfd923274a'
'3e2bb1058ac0662f01e675aa6ac7ee8f'
'093f5c098a45cc68753f97e45a5b374c'
'bc1b73856bc1941faaa4842e00437cb5')
@@ -49,9 +49,6 @@ package() {
install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
install -Dm755 "$srcdir/opendkim.rc" "$pkgdir/etc/rc.d/opendkim"
- # Remove empty dirs
- rmdir "$pkgdir/usr/share/man/man1" "$pkgdir/usr/share/man/man3"
-
# License
mkdir -p "$pkgdir/usr/share/licenses/opendkim"
for f in LICENSE LICENSE.Sendmail; do