diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-28 12:38:24 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-28 15:37:18 +0200 |
commit | 3233790279c8a58e6a4afcb5fef361af01fc3dbf (patch) | |
tree | a8a7063eb70509770279bbc8852f18e0797a42c9 | |
parent | 98af2a38e50e6d7e1cc10e448e5472a7a194dad3 (diff) | |
download | aports-3233790279c8a58e6a4afcb5fef361af01fc3dbf.tar.bz2 aports-3233790279c8a58e6a4afcb5fef361af01fc3dbf.tar.xz |
testing/sxhkd: adopt package, move to community
-rw-r--r-- | community/sxhkd/APKBUILD (renamed from testing/sxhkd/APKBUILD) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/sxhkd/APKBUILD b/community/sxhkd/APKBUILD index ab1798ddfa..a937ef46ea 100644 --- a/testing/sxhkd/APKBUILD +++ b/community/sxhkd/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Olivier Mauras <olivier@mauras.ch> # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> -# Maintainer: +# Maintainer: prspkt <prspkt@protonmail.com> pkgname=sxhkd pkgver=0.5.9 -pkgrel=0 +pkgrel=1 pkgdesc="Simple X hotkey daemon" url="https://github.com/baskerville/sxhkd" arch="all" |