diff options
Diffstat (limited to 'main/swig/APKBUILD')
-rw-r--r-- | main/swig/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/swig/APKBUILD b/main/swig/APKBUILD index 79792de7c91..3ac98c59364 100644 --- a/main/swig/APKBUILD +++ b/main/swig/APKBUILD @@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="A compiler that makes it easy to integrate C and C++ code with scripting languages" url="http://www.swig.org/" arch="all" -license="GPL3 BSD" +license="GPL-3.0 BSD" depends="guile" makedepends="zlib-dev pcre-dev" subpackages="$pkgname-doc" |