diff options
Diffstat (limited to 'testing/rlwrap')
-rw-r--r-- | testing/rlwrap/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/rlwrap/APKBUILD b/testing/rlwrap/APKBUILD index f1b95be204..afe628860c 100644 --- a/testing/rlwrap/APKBUILD +++ b/testing/rlwrap/APKBUILD @@ -6,10 +6,10 @@ pkgrel=0 pkgdesc="GNU Readline wrapper" url="http://utopia.knoware.nl/~hlub/rlwrap/" arch="all" -license="GPL" +license="GPL2+" depends="" -depends_dev="readline-dev ncurses-dev" -makedepends="$depends_dev" +depends_dev="" +makedepends="readline-dev ncurses-dev" install="" subpackages="$pkgname-doc" source="http://utopia.knoware.nl/~hlub/$pkgname/$pkgname-$pkgver.tar.gz" |