aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-06-05 17:52:04 +0000
committerRasmus Thomsen <oss@cogitri.dev>2020-06-05 20:52:52 +0000
commit7854ccf93009f499214332c43fff6e4c8462f4db (patch)
tree0dbaf4291b5662d2569c681902cccc7ffc7c30b7
parentf9c1ee6a825be26eb9ddab8770c6b78f10918d19 (diff)
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 d917f8c97ce..2c045df5c64 100644
--- a/community/ripgrep/APKBUILD
+++ b/community/ripgrep/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=ripgrep
pkgver=12.1.1
-pkgrel=0
+pkgrel=1
pkgdesc="ripgrep combines the usability of The Silver Searcher with the raw speed of grep"
url="https://github.com/BurntSushi/ripgrep"
arch="all !s390x !mips !mips64" # limited by cargo
-license="MIT public-domain"
+license="MIT OR Public-Domain"
makedepends="cargo asciidoc pcre2-dev"
checkdepends="xz"
subpackages="$pkgname-doc