summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Béla Palkovics2015-09-06 11:53:04 +0000
committerLuca Béla Palkovics2015-09-06 11:53:04 +0000
commitd740609a2c31a4929f4b896e0927a897a5be1660 (patch)
tree766a21f1ef0235d0219ee5ade578867198aefe1c
parentb22c8989b236275aee7279ad7c41c3f4689556fe (diff)
downloadaur-d740609a2c31a4929f4b896e0927a897a5be1660.tar.gz
Update to alpha.r112.g0effdf2-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd0edfb1bcc0..27f1ac3237c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = gtox-git
depends = gtk-update-icon-cache
depends = gstreamermm
depends = flatbuffers
- depends = tox-git
+ depends = toxcore
conflicts = gtox
source = gtox::git+https://github.com/KoKuToru/gTox.git#branch=AUR
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 038ed42e821b..0bf31ff705b0 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' 'tox-git')
+depends=('gtkmm3' 'gettext' 'desktop-file-utils' 'gtk-update-icon-cache' 'gstreamermm' 'flatbuffers' 'toxcore')
makedepends=('git' 'cmake' 'librsvg')
source=("${pkgname%-git}::git+https://github.com/KoKuToru/gTox.git#branch=AUR")
conflicts=('gtox')