summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCritzlez2020-03-16 18:49:36 -0700
committerCritzlez2020-03-16 18:49:36 -0700
commit91bba514bdb4ae51ff61e77bda00656b012648e0 (patch)
tree8c1d30e6b9796ed7b32b0182aa28e483a91ef088
parent4381a8d419dd9c3d061e85ad00c064eb813eb957 (diff)
downloadaur-91bba514bdb4ae51ff61e77bda00656b012648e0.tar.gz
fix requires
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66bd42563f93..476bf5f83143 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = detect-tablet-mode-git
makedepends = git
depends = ruby
depends = libinput
- provides = libinput
source = detect-tablet-mode-git::git+https://github.com/alesguzik/linux_detect_tablet_mode
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bb94c163287b..65085b1d48d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ groups=()
depends=('ruby' 'libinput')
makedepends=('git')
optdepends=()
-provides=('libinput')
+provides=()
conflicts=()
replaces=()
backup=()