summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-01-28 00:01:26 +0100
committerDaniel Peukert2024-01-28 00:01:26 +0100
commit87e0b1b1c414fd1418342b2a07cd4ccc46deeaf3 (patch)
tree78b14ea0e3c891a539cd9cec70304827115557bc
parentb03109378e43ede2c1a560b12d52c3731da7f386 (diff)
downloadaur-87e0b1b1c414fd1418342b2a07cd4ccc46deeaf3.tar.gz
Sync pkgbuilds repo with AUR
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c61dcfdae07..b0650badbed7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = certspotter
arch = pentium4
arch = armv7h
arch = aarch64
- license = MPL2
+ license = MPL-2.0
makedepends = go>=1.21
makedepends = lowdown
source = certspotter-0.18.0.tar.gz::https://github.com/SSLMate/certspotter/archive/v0.18.0.tar.gz
diff --git a/.gitignore b/.gitignore
index 004b0a3a8706..076d904dd4ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
# 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
+# Based on https://github.com/github/gitignore/blob/main/ArchLinuxPackages.gitignore
/*.tar
/*.tar.*
/*.rpm
diff --git a/PKGBUILD b/PKGBUILD
index cfb35eec402d..a046371a307f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel='1'
pkgdesc='Certificate Transparency Log Monitor'
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/SSLMate/$pkgname"
-license=('MPL2')
+license=('MPL-2.0')
makedepends=('go>=1.21' 'lowdown')
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")