Date: Sunday, June 7, 2020 @ 10:56:54 Author: andyrtr Revision: 388398
upgpkg: telepathy-glib 0.24.1-4: build with python v3 Modified: telepathy-glib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-07 10:42:06 UTC (rev 388397) +++ PKGBUILD 2020-06-07 10:56:54 UTC (rev 388398) @@ -5,13 +5,13 @@ pkgname=telepathy-glib pkgver=0.24.1 -pkgrel=3 +pkgrel=4 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=(x86_64) url="https://telepathy.freedesktop.org" license=(LGPL2.1) depends=(dbus-glib) -makedepends=(libxslt vala gobject-introspection python2) +makedepends=(libxslt vala gobject-introspection python) source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}) sha256sums=('9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb' 'SKIP') @@ -19,7 +19,7 @@ build() { cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + ./configure --prefix=/usr \ --libexecdir=/usr/lib/telepathy \ --enable-vala-bindings \ --enable-static=no
