summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReik Keutterling2021-04-17 23:47:49 +0200
committerReik Keutterling2021-04-17 23:47:49 +0200
commit7a66e76de933d7d0489754cf662b799118f457a2 (patch)
tree5b7d11fe4dbb9ad6ee52f651c3c4f0b0421e4586
parent0588b825d9982c108b75b2c200364e4514e7d542 (diff)
downloadaur-7a66e76de933d7d0489754cf662b799118f457a2.tar.gz
added iniparse dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f26023ba81c9..eac9423215d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-fusuma-plugin-appmatcher
pkgdesc = Fusuma plugin configure app-specific gestures
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/iberianpig/fusuma-plugin-appmatcher
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = ruby-fusuma-plugin-appmatcher
depends = ruby-fusuma
depends = ruby-dbus
depends = ruby-rexml
+ depends = ruby-iniparse
noextract = fusuma-plugin-appmatcher-0.1.1.gem
options = !emptydirs
source = https://rubygems.org/downloads/fusuma-plugin-appmatcher-0.1.1.gem
diff --git a/PKGBUILD b/PKGBUILD
index 290e961949ca..291065f8b5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_gemname=fusuma-plugin-appmatcher
pkgname=ruby-$_gemname
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Fusuma plugin configure app-specific gestures"
arch=(any)
url="https://github.com/iberianpig/fusuma-plugin-appmatcher"
license=(MIT)
-depends=(ruby ruby-fusuma ruby-dbus ruby-rexml)
+depends=(ruby ruby-fusuma ruby-dbus ruby-rexml ruby-iniparse)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)