summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=()