summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f463450c826..b0fd64167b4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = smtpdane
pkgdesc = SMTP DANE testing tool
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/PennockTech/smtpdane
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 28560eb2baad..1402f4ea6e35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=smtpdane
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='SMTP DANE testing tool'
arch=('x86_64')
url="https://github.com/PennockTech/smtpdane"
@@ -14,8 +14,6 @@ prepare(){
mkdir -p gopath/src/go.pennock.tech
ln -rTsf $pkgname-$pkgver gopath/src/go.pennock.tech/$pkgname
export GOPATH="$srcdir"/gopath
- go get github.com/miekg/dns
- go get golang.org/x/crypto/ocsp
}