aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-12 15:07:17 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:42 +0200
commitff927e055c057a9056ca2a5dfaa85bae6fa88f4b (patch)
treee1e0860c77f11ea7ac602e5504619fc8a8bc25a4
parent1fdce2404e720519b0566d87136511873e309096 (diff)
downloadpkgbuilds-ff927e055c057a9056ca2a5dfaa85bae6fa88f4b.tar.xz
Reformated all PKGBUILDs
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee32552..698920b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,23 @@
-# Contributor: Pizon <pizon@pizon.org>
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-
pkgname=dkimproxy
pkgver=1.4.1
pkgrel=4
pkgdesc="An SMTP-proxy that signs and/or verifies emails, using the Mail::DKIM module."
-arch=('i686' 'x86_64')
url="http://dkimproxy.sourceforge.net/"
+arch=('i686' 'x86_64')
license=('GPL')
depends=('perl-mail-dkim' 'perl-net-server' 'perl-error')
+
options=('!emptydirs')
install=$pkgname.install
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
- dkimproxy_in.service dkimproxy_out.service)
+ 'dkimproxy_in.service' 'dkimproxy_out.service')
sha256sums=('e5345a1d3cefd32d1fb0face9fa73490118132767253b0ce643463f1e86185bd'
- 'aee1890b21ef326ac4691a73f46508319c428f2b1f618ec64e9ccbc4b95f8844'
- '5ec4cd130e0cf55ae9b548f76ee7d1ca615592f651152dcfd984a7bcdbbfd7d6')
+ 'aee1890b21ef326ac4691a73f46508319c428f2b1f618ec64e9ccbc4b95f8844'
+ '5ec4cd130e0cf55ae9b548f76ee7d1ca615592f651152dcfd984a7bcdbbfd7d6')
build() {
cd dkimproxy-$pkgver