summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-01 00:43:48 +0200
committerDaniel Peukert2020-05-01 00:43:48 +0200
commit9e234da9f61aa4054ce1d07f180ae134b4b54616 (patch)
treecc9548ce87ecd8a365db57b45fa7338933b0831d
parent1ca4dff37697d44ec6ced2be1f77518e15033feb (diff)
downloadaur-9e234da9f61aa4054ce1d07f180ae134b4b54616.tar.gz
Removed patch as it was merged upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 4 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 968a4aa18860..8d9e35cd5656 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = certspotter-git
pkgdesc = Certificate Transparency Log Monitor - git version
- pkgver = 0.10.r0.gb01baf8
+ pkgver = 0.10.r1.g6d5e239
pkgrel = 1
url = https://github.com/SSLMate/certspotter
arch = x86_64
@@ -17,8 +17,6 @@ pkgbase = certspotter-git
provides = certspotter
conflicts = certspotter
source = certspotter-git::git+https://github.com/SSLMate/certspotter
- source = certspotter-git-fix-missing-printf.diff::https://github.com/SSLMate/certspotter/commit/6d5e2395a13267cbcc5813091586fe6d6a6c37cf.diff
sha256sums = SKIP
- sha256sums = 7e6334317092f60d102e4ee4b536565f1417871d2070607cd272cf8dd9a39c60
pkgname = certspotter-git
diff --git a/PKGBUILD b/PKGBUILD
index 3b9b981c6043..527b7a16bd98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
_pkgname='certspotter'
pkgname="$_pkgname-git"
-pkgver='0.10.r0.gb01baf8'
+pkgver='0.10.r1.g6d5e239'
pkgrel='1'
pkgdesc='Certificate Transparency Log Monitor - git version'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -10,12 +10,8 @@ license=('MPL2')
makedepends=('git' 'go-pie>=1.5' 'golang-github-mreiferson-go-httpclient' 'golang-golang-x-net')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=(
- "$pkgname::git+$url"
- "$pkgname-fix-missing-printf.diff::$url/commit/6d5e2395a13267cbcc5813091586fe6d6a6c37cf.diff"
-)
-sha256sums=('SKIP'
- '7e6334317092f60d102e4ee4b536565f1417871d2070607cd272cf8dd9a39c60')
+source=("$pkgname::git+$url")
+sha256sums=('SKIP')
_sourcedirectory="$pkgname"
_builddir="$pkgname-build"
@@ -23,10 +19,6 @@ _buildpath="src/software.sslmate.com/src/$_pkgname"
_bindir="$pkgname-bin"
prepare() {
- cd "$srcdir/$_sourcedirectory/"
- # https://github.com/SSLMate/certspotter/pull/40
- patch --forward -p1 < "$srcdir/$pkgname-fix-missing-printf.diff"
-
cd "$srcdir/"
mkdir -p "$_builddir/$(echo "$_buildpath" | rev | cut -d '/' -f 2- | rev)/"
mv "$_sourcedirectory/" "$_builddir/$_buildpath/"