summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGomasy2018-03-14 06:54:44 +0900
committerGomasy2018-03-14 06:54:44 +0900
commit661fc6168fbcf9b7c4b3f463c04732bed6737a2b (patch)
tree84ea2dabd78f0d9bb6215ef1d147811767f2e78f
parent371e11577db50c728285befdcfb2a9572b7b1960 (diff)
downloadaur-661fc6168fbcf9b7c4b3f463c04732bed6737a2b.tar.gz
Fix depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1fd6d89117b..25da078aaa40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mikutter
pkgdesc = a moest twitter client
pkgver = 3.6.5
- pkgrel = 5
+ pkgrel = 6
url = http://mikutter.hachune.net/
arch = i686
arch = x86_64
license = MIT
makedepends = gobject-introspection
+ depends = gobject-introspection-runtime
depends = gtk2
depends = ruby-bundler
optdepends = alsa-utils: sound notification support
diff --git a/PKGBUILD b/PKGBUILD
index 79da62cbe0da..7994a2e62146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=mikutter
pkgver=3.6.5
-pkgrel=5
+pkgrel=6
pkgdesc="a moest twitter client"
arch=('i686' 'x86_64')
url="http://mikutter.hachune.net/"
license=('MIT')
-depends=('gtk2' 'ruby-bundler')
+depends=('gobject-introspection-runtime' 'gtk2' 'ruby-bundler')
makedepends=('gobject-introspection')
optdepends=('alsa-utils: sound notification support'
'libnotify: notify support')