summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')