From 39f4f6ca361fabf89b5a87f60a07d864d3bd6bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Tue, 12 Jul 2016 13:14:46 +0200 Subject: [PATCH] main/xclip: move from testing/ The APKBUILD is quite simple and I am not aware of any known issues with this aport so I guess it's time to move it to main. Also change the maintainer since I believe that Orion is no longer actively working on alpine aports. --- {testing => main}/xclip/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {testing => main}/xclip/APKBUILD (94%) diff --git a/testing/xclip/APKBUILD b/main/xclip/APKBUILD similarity index 94% rename from testing/xclip/APKBUILD rename to main/xclip/APKBUILD index 3b3b6aa5e73..ea8d42b588a 100644 --- a/testing/xclip/APKBUILD +++ b/main/xclip/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Orion -# Maintainer: Orion +# Maintainer: Sören Tempel pkgname=xclip pkgver=0.12 -pkgrel=2 +pkgrel=3 pkgdesc="Command line interface to the X11 clipboard" url="https://github.com/astrand/xclip" arch="all"