updated license property in pkgbuild
This commit is contained in:
@@ -8,7 +8,7 @@ pkgrel=1
|
||||
pkgdesc="Extremely fast non-cryptographic hash algorithm (mingw-w64)"
|
||||
arch=('any')
|
||||
url="https://github.com/Cyan4973/xxHash"
|
||||
license=("LGPL")
|
||||
license=('BSD')
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-cmake")
|
||||
source=("${_realname}-${pkgver}.tar.gz::https://codeload.github.com/Cyan4973/xxHash/tar.gz/v${pkgver}"
|
||||
"${_realname}-${pkgver}.patch")
|
||||
|
||||
Reference in New Issue
Block a user