aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-06-05 17:52:04 +0000
committerMike Crute <mike@crute.us>2020-06-05 17:52:04 +0000
commit33cde92303211d7a38d038542442e24556c8d920 (patch)
treeebb81af88f527a5cfd04bfffccb88a59f4ac2439
parentfaef52302e5374e5477384bffc5c563c54940326 (diff)
downloadalpine_aports-33cde92303211d7a38d038542442e24556c8d920.tar.bz2
alpine_aports-33cde92303211d7a38d038542442e24556c8d920.tar.xz
alpine_aports-33cde92303211d7a38d038542442e24556c8d920.zip
community/ripgrep: normalize Public-Domain license
-rw-r--r--community/ripgrep/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ripgrep/APKBUILD b/community/ripgrep/APKBUILD
index d917f8c97c..2c045df5c6 100644
--- a/community/ripgrep/APKBUILD
+++ b/community/ripgrep/APKBUILD
@@ -2,11 +2,11 @@
2# Maintainer: André Klitzing <aklitzing@gmail.com> 2# Maintainer: André Klitzing <aklitzing@gmail.com>
3pkgname=ripgrep 3pkgname=ripgrep
4pkgver=12.1.1 4pkgver=12.1.1
5pkgrel=0 5pkgrel=1
6pkgdesc="ripgrep combines the usability of The Silver Searcher with the raw speed of grep" 6pkgdesc="ripgrep combines the usability of The Silver Searcher with the raw speed of grep"
7url="https://github.com/BurntSushi/ripgrep" 7url="https://github.com/BurntSushi/ripgrep"
8arch="all !s390x !mips !mips64" # limited by cargo 8arch="all !s390x !mips !mips64" # limited by cargo
9license="MIT public-domain" 9license="MIT OR Public-Domain"
10makedepends="cargo asciidoc pcre2-dev" 10makedepends="cargo asciidoc pcre2-dev"
11checkdepends="xz" 11checkdepends="xz"
12subpackages="$pkgname-doc 12subpackages="$pkgname-doc