summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReik Keutterling2020-04-03 19:53:59 +0200
committerReik Keutterling2020-04-03 19:53:59 +0200
commit104f7f60d9ceb9c1c6b904db03f169ac206c8859 (patch)
treebe8a3ad9b5fd6aabcb2deb47cebe4497d4087fc0
parent06c4f94af89f4226758b422f7aaa4c9579b21764 (diff)
downloadaur-104f7f60d9ceb9c1c6b904db03f169ac206c8859.tar.gz
removed unused dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36732a4b9e0d..6a4766c58273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = ruby-fusuma-plugin-tap
pkgdesc = Tap and Hold gestures plugin for Fusuma
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/iberianpig/fusuma-plugin-tap
arch = any
license = MIT
depends = ruby
depends = ruby-fusuma
- depends = ruby-revdev
noextract = fusuma-plugin-tap-0.1.0.gem
options = !emptydirs
source = https://rubygems.org/downloads/fusuma-plugin-tap-0.1.0.gem
- sha1sums = 2fb51c7f62ba1c5b8c03f0a57d945da9dc25371b
+ sha1sums = 9f50049aef2318eb1f4181d7437870bbe06be215
pkgname = ruby-fusuma-plugin-tap
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)