summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Béla Palkovics2015-08-15 08:17:13 +0000
committerLuca Béla Palkovics2015-08-15 08:17:13 +0000
commit6293696d589e7ac57d73d8a5cc39adb7c0dbe523 (patch)
treeb1b1f0e0e1a1ba052e57604b36b536c10dfde237
parent4e76e8554764f4bf64a114dd00bdb37a03579b1e (diff)
downloadaur-6293696d589e7ac57d73d8a5cc39adb7c0dbe523.tar.gz
Update to r728.88eb4a8-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD18
2 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b056d2f111c1..842b43be8f9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtox-git
pkgdesc = a GTK-based tox-client
- pkgver = r728.88eb4a8
+ pkgver = r823.9f8ab17
pkgrel = 1
url = https://github.com/KoKuToru/gTox.git
install = gTox.install
@@ -12,17 +12,15 @@ pkgbase = gtox-git
makedepends = cmake
makedepends = librsvg
depends = gtkmm3
- depends = libnotifymm
depends = libconfig
- depends = sqlite
depends = gettext
- depends = libcanberra
depends = desktop-file-utils
depends = gtk-update-icon-cache
depends = gstreamermm
+ depends = flatbuffers
depends = tox-git
conflicts = gtox
- source = gtox::git+https://github.com/KoKuToru/gTox.git
+ source = gtox::git+https://github.com/KoKuToru/gTox.git#branch=AUR
md5sums = SKIP
pkgname = gtox-git
diff --git a/PKGBUILD b/PKGBUILD
index 337d42958f4f..2cabe2e82e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Luca Béla Palkovics <luca.bela.palkovics@gmail.com>
pkgrel=1
-pkgver=r728.88eb4a8
+pkgver=r823.9f8ab17
pkgname=('gtox-git')
pkgdesc="a GTK-based tox-client"
url="https://github.com/KoKuToru/gTox.git"
license='GPL3'
arch=('i686' 'x86_64')
-depends=('gtkmm3' 'libnotifymm' 'libconfig' 'sqlite' 'gettext' 'libcanberra' 'desktop-file-utils' 'gtk-update-icon-cache' 'gstreamermm' 'tox-git')
+depends=('gtkmm3' 'libconfig' 'gettext' 'desktop-file-utils' 'gtk-update-icon-cache' 'gstreamermm' 'flatbuffers' 'tox-git')
makedepends=('check' 'git' 'cmake' 'librsvg')
-source=("${pkgname%-git}::git+https://github.com/KoKuToru/gTox.git")
+source=("${pkgname%-git}::git+https://github.com/KoKuToru/gTox.git#branch=AUR")
conflicts=('gtox')
install="gTox.install"
@@ -26,11 +26,9 @@ pkgver()
build()
{
cd ${pkgname%-git}
- git submodule init
- git submodule update
- cd Source
- mkdir Build
- cd Build
+ cd src
+ mkdir build
+ cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=${pkgdir}/usr ..
make
}
@@ -38,8 +36,8 @@ build()
package()
{
cd ${pkgname%-git}
- cd Source
- cd Build
+ cd src
+ cd build
make install
}
md5sums=('SKIP')