Date: Tuesday, January 26, 2021 @ 18:48:43 Author: arojas Revision: 406798
Update to 0.24.2 Modified: telepathy-glib/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-26 18:44:20 UTC (rev 406797) +++ PKGBUILD 2021-01-26 18:48:43 UTC (rev 406798) @@ -1,11 +1,11 @@ # Maintainer: Antonio Rojas <[email protected]> -# Contributor: Ionut Biru <[email protected]> +# Contributor: Ionut Biru <[email protected]> # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com # Contributor: Bjorn Lindeijer <bjorn lindeijer nl> pkgname=telepathy-glib -pkgver=0.24.1 -pkgrel=4 +pkgver=0.24.2 +pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=(x86_64) url="https://telepathy.freedesktop.org" @@ -13,9 +13,9 @@ depends=(dbus-glib) makedepends=(libxslt vala gobject-introspection python) source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}) -sha256sums=('9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb' +sha256sums=('e32097e8609d87b2de137a6418e4c4f8409886eada3bb5f6e7795cbaa0c8653c' 'SKIP') -validpgpkeys=('1B5A1BA811AAF0F12169E28AAC558671711E31B1') # Guillaume Desmottes +validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich <[email protected]> build() { cd $pkgname-$pkgver
