diff options
-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" |