diff options
Diffstat (limited to 'testing/watchman/APKBUILD')
-rw-r--r-- | testing/watchman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/watchman/APKBUILD b/testing/watchman/APKBUILD index f29265cb75..8b477d4993 100644 --- a/testing/watchman/APKBUILD +++ b/testing/watchman/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="A file watching service" url="https://facebook.github.io/watchman/" arch="all" -license="Apache-2" +license="Apache-2.0" makedepends="pcre-dev autoconf automake linux-headers" source="$pkgname-$pkgver.tar.gz::https://github.com/facebook/watchman/archive/v$pkgver.tar.gz" builddir="$srcdir/"$pkgname-$pkgver |