summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2019-05-14 13:05:51 +0200
committerDaniel Peukert2019-05-14 13:05:51 +0200
commit754a95b770769e9b60473b5ccc85ca492ee17f75 (patch)
tree8fd505f6611326883026fef3ecd2068c93c2e2cd
parent7ab78256af28fe325cc271407fcb8640002d88dc (diff)
downloadaur-754a95b770769e9b60473b5ccc85ca492ee17f75.tar.gz
Formatting changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9702f15de884..51131edab15c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = certspotter
pkgdesc = Certificate Transparency Log Monitor
pkgver = 0.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SSLMate/certspotter
arch = x86_64
license = MPL2
diff --git a/PKGBUILD b/PKGBUILD
index 65008ecfef84..88881601b59b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-pkgname=certspotter
-pkgver=0.9
-pkgrel=1
+# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+pkgname='certspotter'
+pkgver='0.9'
+pkgrel='2'
pkgdesc='Certificate Transparency Log Monitor'
arch=('x86_64')
url="https://github.com/SSLMate/$pkgname"
@@ -8,7 +9,6 @@ _gourl='software.sslmate.com/src/certspotter/cmd/certspotter'
license=('MPL2')
makedepends=('go')
-
prepare() {
GOPATH="$srcdir" go get -d -fix -v "$_gourl"
}