diff options
-rw-r--r-- | testing/xclip/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/xclip/APKBUILD b/testing/xclip/APKBUILD index 1caf460609..9fe167ddde 100644 --- a/testing/xclip/APKBUILD +++ b/testing/xclip/APKBUILD @@ -1,13 +1,11 @@ # Contributor: Orion <systmkor@gmail.com> # Maintainer: Orion <systmkor@gmail.com> -# Reference -# https://www.archlinux.org/packages/extra/x86_64/xclip/ pkgname=xclip pkgver=0.12 -pkgrel=0 +pkgrel=1 pkgdesc="Command line interface to the X11 clipboard" url="http://sourceforge.net/projects/xclip" -arch="x86 x86_64" +arch="all" license="GPL2" depends="libxmu" depends_dev="libxmu-dev" |