diff options
Diffstat (limited to 'system/file/APKBUILD')
-rw-r--r-- | system/file/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/file/APKBUILD b/system/file/APKBUILD index b7ce390b3..b101f5b06 100644 --- a/system/file/APKBUILD +++ b/system/file/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="File type identification utility" url="http://www.darwinsys.com/file/" arch="all" -license="BSD" +license="BSD-2-Clause" subpackages="$pkgname-dev $pkgname-doc libmagic" source="ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |