summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-10-27 08:45:51 +0200
committerDaniel Peukert2023-10-27 08:45:51 +0200
commite5e57e67e54769555ec071ac24803b10c1cae7f0 (patch)
tree857b5aa3e18b130414953c596085f76183b81072
parent630e195444446e5ceffca326eb2f8f1c985cfe55 (diff)
downloadaur-certspotter-git.tar.gz
Update certspotter to 0.17.0
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore28
-rw-r--r--PKGBUILD4
3 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46cf39d39eba..237988d2bd4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = certspotter-git
pkgdesc = Certificate Transparency Log Monitor - git version
- pkgver = 0.16.0.r0.g4ca81ab
+ pkgver = 0.17.0.r0.gf8040df
pkgrel = 1
url = https://github.com/SSLMate/certspotter
install = certspotter.install
@@ -11,7 +11,7 @@ pkgbase = certspotter-git
arch = aarch64
license = MPL2
makedepends = git
- makedepends = go>=1.19
+ makedepends = go>=1.21
makedepends = lowdown
provides = certspotter
conflicts = certspotter
diff --git a/.gitignore b/.gitignore
index 82b3c183d5d4..004b0a3a8706 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,14 @@
-# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
-*.tar
-*.tar.*
-*.rpm
-*.jar
-*.exe
-*.msi
-*.zip
-*.tgz
-*.log
-*.log.*
-*.sig
-
-*/
+# Only exclude files from the root of the package repo, as some AUR helpers download sources into the directory of the repo,
+# which causes the gitignore file to apply to them too, which breaks some builds
+# Based on https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
+/*.tar
+/*.tar.*
+/*.rpm
+/*.jar
+/*.exe
+/*.msi
+/*.zip
+/*.tgz
+/*.log
+/*.log.*
+/*.sig
diff --git a/PKGBUILD b/PKGBUILD
index 345c8987822e..3d92cd59d6a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_pkgname='certspotter'
pkgname="$_pkgname-git"
-pkgver='0.16.0.r0.g4ca81ab'
+pkgver='0.17.0.r0.gf8040df'
pkgrel='1'
pkgdesc='Certificate Transparency Log Monitor - git version'
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/SSLMate/$_pkgname"
license=('MPL2')
-makedepends=('git' 'go>=1.19' 'lowdown')
+makedepends=('git' 'go>=1.21' 'lowdown')
provides=("$_pkgname")
conflicts=("$_pkgname")
install="$_pkgname.install"