diff options
author | prspkt <prspkt@protonmail.com> | 2018-07-25 17:44:52 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-07-26 15:37:14 +0300 |
commit | df294eb4d8247ce0c96368a7f965a7aa3d5c2bb1 (patch) | |
tree | f441a894d4461cbbd4498149521ceff6e50068f6 /testing/cscope | |
parent | c4f384148aa545946add8a19204bc6966f3f1c36 (diff) | |
download | aports-df294eb4d8247ce0c96368a7f965a7aa3d5c2bb1.tar.bz2 aports-df294eb4d8247ce0c96368a7f965a7aa3d5c2bb1.tar.xz |
testing/cscope: use https, clarify license
Diffstat (limited to 'testing/cscope')
-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() { |