diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-10-20 15:37:38 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-21 06:28:24 +0000 |
commit | ebb9e345ddbbf742395848faa5e0baca8d546bf7 (patch) | |
tree | 54f9d66cfc8d17c8a95fa3bd4c02f40c79e84b13 /testing/xclip/APKBUILD | |
parent | 166444ada7f481e2ceb4f8407cb35d7f57ec2c26 (diff) | |
download | aports-ebb9e345ddbbf742395848faa5e0baca8d546bf7.tar.bz2 aports-ebb9e345ddbbf742395848faa5e0baca8d546bf7.tar.xz |
testing/xclip: set arch to all
xclip should compile and work an arm based machines too. I don't have
access to an arm machine running alpine so I couldn't test it...
Diffstat (limited to 'testing/xclip/APKBUILD')
-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" |