summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo P2020-07-03 03:15:57 -0400
committerLeo P2020-07-03 03:15:57 -0400
commitd110c99513d2a47f5c0387f641cf6cfa6857f50d (patch)
treef5436038f3bcd846cdea2bbe02961838b25b5e92
parent64d7f7251f99854096e3264eedc35acede2d2632 (diff)
downloadaur-pdkim-git.tar.gz
bump
-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