summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b96bb716837..2732b2d4e832 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
-# Generated by mksrcinfo v8
-# Thu Oct 27 01:40:28 UTC 2016
pkgbase = pdkim-git
pkgdesc = A C/C++ library that implements DomainKeys Identified Mail (DKIM) (RFC4871).
pkgver = r31.2ef12ef
pkgrel = 1
+ url = https://duncanthrax.net/pdkim/
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
source = Makefile.unix.patch
source = git+https://github.com/duncanthrax/pdkim.git
sha1sums = ad8ee83c1e7d96b2ce48688950b2ac2c3c36d678
diff --git a/PKGBUILD b/PKGBUILD
index e65309adda19..c8cd8e23676f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,9 @@ pkgrel=1
epoch=
pkgdesc="A C/C++ library that implements DomainKeys Identified Mail (DKIM) (RFC4871)."
arch=('i686' 'x86_64')
-url=""
+url="https://duncanthrax.net/pdkim/"
license=('GPL')
-groups=()
-depends=()
+makedepends=('git')
conflicts=()
replaces=()
source=(Makefile.unix.patch