diff options
-rw-r--r-- | main/fuse/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fuse/APKBUILD b/main/fuse/APKBUILD index a688e1e67e..925e1512e5 100644 --- a/main/fuse/APKBUILD +++ b/main/fuse/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=fuse pkgver=2.9.8 -pkgrel=0 +pkgrel=1 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program." url="https://github.com/libfuse/" arch="all" -license="LGPL-2.0-only GPL-2.0-only" +license="GPL-2.0-only LGPL-2.1-only" depends= makedepends="gettext-dev" install= |