summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-03-26 12:53:59 -0600
committeryochananmarqos2019-03-26 12:53:59 -0600
commit3b551e873bec0f6d834a938df2e86e98bd4a08eb (patch)
tree7af0ae21f29be908d404c4e384a9c0c7a9820507
parentfa2ea59e9505c37064158967267c5b8109b3236c (diff)
downloadaur-3b551e873bec0f6d834a938df2e86e98bd4a08eb.tar.gz
updated dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c06acd14ae66..4d311857e6e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foobnix
pkgdesc = Music player for Linux
pkgver = 3.1
- pkgrel = 3
+ pkgrel = 4
url = http://www.foobnix.com
arch = i686
arch = x86_64
@@ -25,6 +25,7 @@ pkgbase = foobnix
depends = faac
depends = python2-keybinder2
depends = ffmpeg
+ depends = python2-dbus
source = https://github.com/foobnix/foobnix/archive/3.1.tar.gz
sha256sums = a4fb20d1a015eeb07fe7611c577aea7290e71e4eff10f6e458d8c987353f97dd
diff --git a/PKGBUILD b/PKGBUILD
index 3f55219828f3..a647cc632502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Brenton Horne <brentonhorne77 at gmail dot com>
pkgname=foobnix
pkgver=3.1
-pkgrel=3
+pkgrel=4
pkgdesc="Music player for Linux"
arch=('i686' 'x86_64')
url="http://www.foobnix.com"
license=('GPL3')
depends=('python2-chardet' 'python2-simplejson' 'python2-mutagen' 'gst-plugins-good'
'gst-plugins-base' 'gst-python2' 'webkitgtk' 'libkeybinder3' 'gettext' 'gst-plugins-bad'
- 'gst-plugins-ugly' 'gst-libav' 'fuseiso' 'python2-notify' 'lame' 'faac' 'python2-keybinder2' 'ffmpeg')
+ 'gst-plugins-ugly' 'gst-libav' 'fuseiso' 'python2-notify' 'lame' 'faac' 'python2-keybinder2' 'ffmpeg' 'python2-dbus')
makedepends=('python2-setuptools')
source=("https://github.com/foobnix/foobnix/archive/$pkgver.tar.gz")
sha256sums=('a4fb20d1a015eeb07fe7611c577aea7290e71e4eff10f6e458d8c987353f97dd')