diff options
Diffstat (limited to 'community/obnam/APKBUILD')
-rw-r--r-- | community/obnam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/obnam/APKBUILD b/community/obnam/APKBUILD index 8965b1f8fe4..33ae7c2669c 100644 --- a/community/obnam/APKBUILD +++ b/community/obnam/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="A backup program that supports encryption and deduplication" url="http://obnam.org/" arch="all" -license="GPL3+" +license="GPL-3.0-or-later" depends="python2 py-larch py-paramiko py-fuse py-enum34 py-six py-asn1-modules py-packaging" depends_dev="" makedepends="python2-dev py-setuptools" |