updated license property in pkgbuild

This commit is contained in:
Diego Sogari
2016-03-09 11:10:17 -03:00
parent 3335fee67a
commit 92d9282ba3

View File

@@ -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")