summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:41:58 -0700
committerMark Wagie2024-01-20 13:41:58 -0700
commitd42532cd5da7dbe1c5ef7ea8c51704f28bd70934 (patch)
tree5857eb4e49e0b2adb2bc31c6c2945a797c70e0cd
parent37491c37a648b4d7e420f1850ac2247afd04fbba (diff)
downloadaur-d42532cd5da7dbe1c5ef7ea8c51704f28bd70934.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b8313116e60..7ab49d1ad5e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = cod
pkgrel = 5
url = https://github.com/dim-an/cod
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = go
source = cod-0.1.0.tar.gz::https://github.com/dim-an/cod/archive/v0.1.0.tar.gz
sha256sums = 3d8ed6f284afcf4c86a2164e234ab7ff40c50aa6ab0bd892e59f8dc8aef02541
diff --git a/PKGBUILD b/PKGBUILD
index 62ddc4a275d8..0663dbb7d88f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=cod
pkgver=0.1.0
pkgrel=5
pkgdesc="A completion daemon for bash/zsh"
arch=('any')
url="https://github.com/dim-an/cod"
-license=('Apache')
+license=('Apache-2.0')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dim-an/cod/archive/v$pkgver.tar.gz")
sha256sums=('3d8ed6f284afcf4c86a2164e234ab7ff40c50aa6ab0bd892e59f8dc8aef02541')