summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Springer2018-10-04 02:10:21 +0200
committerFelix Springer2018-10-04 02:10:21 +0200
commit625e7eb72d91ec6635ae60a315706d67c898eb83 (patch)
treedb373449152e7a9fd8cbec66613a5e0dcfa89679
parent876f5baa89b30bc131f1857f0c2bb47c933a9799 (diff)
downloadaur-625e7eb72d91ec6635ae60a315706d67c898eb83.tar.gz
removed group that was wrong
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 474e2735470f..b7f24404d073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = i3lock-script
url = https://github.com/jumper149/i3lock-script
arch = i686
arch = x86_64
- groups = i3-vcs
license = MIT
makedepends = git
depends = xcb-util-image
diff --git a/PKGBUILD b/PKGBUILD
index 5ddcf7b28888..52af9e6203c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,6 @@ pkgdesc="Fork of i3lock-git, that allows to execute a script if authentication f
arch=('i686' 'x86_64')
url="https://github.com/jumper149/i3lock-script"
license=('MIT')
-groups=('i3-vcs')
provides=('i3lock')
conflicts=('i3lock')
depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')