diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-17 00:01:06 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-17 00:01:06 -0300 |
commit | aae3f8835edc01ce39ca82d0cb5f89994a0183c7 (patch) | |
tree | 53d80554544ff92c020fa70b8e29e674c55ecf13 /nonprism/empathy | |
parent | bb3c0079df0ab7db7750ced85fcd3ebdc376b429 (diff) | |
download | abslibre-aae3f8835edc01ce39ca82d0cb5f89994a0183c7.tar.gz abslibre-aae3f8835edc01ce39ca82d0cb5f89994a0183c7.tar.bz2 abslibre-aae3f8835edc01ce39ca82d0cb5f89994a0183c7.zip |
empathy-3.12.12+111+g3300c6deb-1.nonprism1: updating version
Diffstat (limited to 'nonprism/empathy')
-rw-r--r-- | nonprism/empathy/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nonprism/empathy/PKGBUILD b/nonprism/empathy/PKGBUILD index 66aaf1e68..0612fe736 100644 --- a/nonprism/empathy/PKGBUILD +++ b/nonprism/empathy/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 287526 2017-01-26 20:18:11Z heftig $ +# $Id: PKGBUILD 290827 2017-03-14 10:00:45Z heftig $ # Contributor (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=empathy -pkgver=3.12.12+69+g841af5f32 +pkgver=3.12.12+111+g3300c6deb pkgrel=1.nonprism1 pkgdesc="A GNOME instant messaging client using the Telepathy framework, without geoclue2 support" url="https://wiki.gnome.org/Apps/Empathy" @@ -19,7 +19,7 @@ optdepends=('telepathy-gabble: XMPP/Jabber support' 'telepathy-rakia: SIP support' 'telepathy-haze: libpurple support') groups=(gnome) -_commit=841af5f329c37fd36fa4104c8a430e4ec03f1448 # master +_commit=3300c6deb7be1209ca38657c03e15ea729df2ae9 # master source=("git+https://git.gnome.org/browse/empathy#commit=$_commit" "git+https://git.gnome.org/browse/telepathy-account-widgets") sha256sums=('SKIP' @@ -47,6 +47,7 @@ build() { --sysconfdir=/etc \ --libexecdir=/usr/lib/empathy \ --disable-static \ + --disable-Werror \ --enable-location=no sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make |