summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormsrd0.dev2024-04-07 14:31:08 +0000
committermsrd0.dev2024-04-07 14:31:08 +0000
commitbfdc55404432e079232e9868904442d3af4493c4 (patch)
tree6135ff0f9e9062fc8aa14a80492997ff49008de9
parentabe463b42062120ad6ad4ee03219f690f4e9fd3e (diff)
downloadaur-bfdc55404432e079232e9868904442d3af4493c4.tar.gz
auto-update cargo-doc2readme 0.4.0
-rw-r--r--.SRCINFO2
-rw-r--r--.index.json2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fdc32ecc89b..a2ad97335efd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = cargo-doc2readme
arch = aarch64
arch = i686
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = cargo
depends = gcc-libs
source = cargo-doc2readme-0.4.0.tar.gz::https://crates.io/api/v1/crates/cargo-doc2readme/0.4.0/download
diff --git a/.index.json b/.index.json
index 2db1467817f2..699a7b50641e 100644
--- a/.index.json
+++ b/.index.json
@@ -1,5 +1,5 @@
{
- ".i": 1,
+ ".i": 2,
"crate": "cargo-doc2readme",
"version": "0.4.0"
} \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 46b05b0baa9b..d564d13b16ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.4.0
pkgrel=1
pkgdesc='cargo subcommand to create a readme file containing the rustdoc comments from...'
url='https://crates.io/crates/cargo-doc2readme'
-license=('Apache')
+license=('Apache-2.0')
depends=('gcc-libs')
makedepends=('cargo')