summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Béla Palkovics2015-10-27 15:14:46 +0000
committerLuca Béla Palkovics2015-10-27 15:14:46 +0000
commit93e22b0ded74e8f6735361c19314e209a316b919 (patch)
tree64514ccaec099f6f0124888bbcacd1a9949b1f01
parentd740609a2c31a4929f4b896e0927a897a5be1660 (diff)
downloadaur-93e22b0ded74e8f6735361c19314e209a316b919.tar.gz
Update to alpha.r112.g0effdf2-1
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27f1ac3237c8..34351daad925 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = gtox-git
depends = gstreamermm
depends = flatbuffers
depends = toxcore
+ depends = util-linux
conflicts = gtox
source = gtox::git+https://github.com/KoKuToru/gTox.git#branch=AUR
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0bf31ff705b0..ad02ba5a3c42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="a GTK-based tox-client"
url="https://github.com/KoKuToru/gTox.git"
license='GPL3'
arch=('i686' 'x86_64')
-depends=('gtkmm3' 'gettext' 'desktop-file-utils' 'gtk-update-icon-cache' 'gstreamermm' 'flatbuffers' 'toxcore')
+depends=('gtkmm3' 'gettext' 'desktop-file-utils' 'gtk-update-icon-cache' 'gstreamermm' 'flatbuffers' 'toxcore' 'util-linux')
makedepends=('git' 'cmake' 'librsvg')
source=("${pkgname%-git}::git+https://github.com/KoKuToru/gTox.git#branch=AUR")
conflicts=('gtox')