summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorReik Keutterling2020-04-03 19:53:59 +0200
committerReik Keutterling2020-04-03 19:53:59 +0200
commit104f7f60d9ceb9c1c6b904db03f169ac206c8859 (patch)
treebe8a3ad9b5fd6aabcb2deb47cebe4497d4087fc0 /PKGBUILD
parent06c4f94af89f4226758b422f7aaa4c9579b21764 (diff)
downloadaur-104f7f60d9ceb9c1c6b904db03f169ac206c8859.tar.gz
removed unused dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f637b085c4f..ef132b96d036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_gemname=fusuma-plugin-tap
pkgname=ruby-$_gemname
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Tap and Hold gestures plugin for Fusuma"
arch=(any)
url="https://github.com/iberianpig/fusuma-plugin-tap"
license=(MIT)
-depends=(ruby ruby-fusuma ruby-revdev)
+depends=(ruby ruby-fusuma)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)