diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-11-30 23:14:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-03 14:39:36 +0000 |
commit | ed82d2e027a7fcc6321b403647e895196389b002 (patch) | |
tree | 5e97168369db93f71ea4946d55bd661ab7f43612 | |
parent | 653266d93e6a39c1555bfb143027a88ba6644ca3 (diff) | |
download | aports-ed82d2e027a7fcc6321b403647e895196389b002.tar.bz2 aports-ed82d2e027a7fcc6321b403647e895196389b002.tar.xz |
testing/fuse-exfat: specify license
-rw-r--r-- | testing/fuse-exfat/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/fuse-exfat/APKBUILD b/testing/fuse-exfat/APKBUILD index 59ba6e5fa0..3c4dd60ae3 100644 --- a/testing/fuse-exfat/APKBUILD +++ b/testing/fuse-exfat/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=fuse-exfat pkgver=1.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Free exFAT file system implementation" url="http://code.google.com/p/exfat/" arch="all" -license="GPLv2" +license="GPL2+" depends="" depends_dev="" makedepends="$depends_dev fuse-dev scons" |