diff options
-rw-r--r-- | user/xclip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/xclip/APKBUILD b/user/xclip/APKBUILD index fe019c30c..21fdc4862 100644 --- a/user/xclip/APKBUILD +++ b/user/xclip/APKBUILD @@ -7,8 +7,8 @@ pkgrel=0 pkgdesc="Command line interface to the X11 clipboard" url="https://github.com/astrand/xclip" arch="all" -options="!check" # this package has no tests -license="GPL-2.0-only" +options="!check" # TODO: this package has tests that require X +license="GPL-2.0+" depends="" depends_dev="" makedepends="libxmu-dev libx11-dev" |