summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortakagiy2020-03-10 23:26:22 +0900
committertakagiy2020-03-10 23:26:22 +0900
commit1031930dbd00b7d18f245a0f40908bcc73b39c14 (patch)
treea3bf4d8606ae5fcc472bfcafd1b8b330d582911f
parent9b75449002b19dafead037f00256a9470bb278b0 (diff)
downloadaur-1031930dbd00b7d18f245a0f40908bcc73b39c14.tar.gz
fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43a31fcb8af1..1c78d9e993a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = utfcpp-git
pkgrel = 2
url = https://github.com/nemtrif/utfcpp
arch = any
- license = BSL-1.0
+ license = Boost
makedepends = git
makedepends = cmake
provides = utfcpp
diff --git a/PKGBUILD b/PKGBUILD
index 88e861bb0bb0..724c47f771f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=2
pkgdesc="UTF-8 with C++ in a Portable Way"
arch=('any')
url="https://github.com/nemtrif/utfcpp"
-license=('BSL-1.0')
+license=('Boost')
depends=()
makedepends=('git' 'cmake')
provides=('utfcpp')