diff options
-rw-r--r-- | testing/cscope/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/cscope/APKBUILD b/testing/cscope/APKBUILD index 11771521f2..ff4a2fab0d 100644 --- a/testing/cscope/APKBUILD +++ b/testing/cscope/APKBUILD @@ -6,10 +6,10 @@ pkgrel=0 pkgdesc="Cscope is a developer's tool for browsing source code." url="http://cscope.sourceforge.net/" arch="all" -license="BSD" +license="BSD-3-Clause" makedepends="ncurses-dev" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/cscope/$pkgname-$pkgver.tar.gz" +source="https://downloads.sourceforge.net/cscope/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build() { |