diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-01-27 08:20:38 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-27 16:44:11 +0000 |
commit | f5bd42b75435b4916413a8dc0fc91f71a07a540f (patch) | |
tree | b0631b752ed66279395045ca50eced4d51fe796c | |
parent | f42a4c559dff51bbc2575ad130ed8428b49cb4e6 (diff) |
community/telepathy-glib: upgrade to 0.24.2
-rw-r--r-- | community/telepathy-glib/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/telepathy-glib/APKBUILD b/community/telepathy-glib/APKBUILD index ea2264cfb22..6b76c37b72e 100644 --- a/community/telepathy-glib/APKBUILD +++ b/community/telepathy-glib/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=telepathy-glib -pkgver=0.24.1 -pkgrel=1 +pkgver=0.24.2 +pkgrel=0 pkgdesc="Library for GLib-based Telepathy components" url="https://telepathy.freedesktop.org" arch="all" license="LGPL-2.1-or-later" makedepends="dbus-glib-dev intltool libxslt python3 glib-dev diffutils vala gobject-introspection-dev automake autoconf" -options="!check" # Glib-ERROR duplicate test case path => broken upstream +checkdepends="dbus" subpackages="$pkgname-dev $pkgname-doc" source="https://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-$pkgver.tar.gz" @@ -44,4 +44,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="2fed94f76a19d6069f671cdd45d2fd8a4b4ad27c4601aff66041ca205456be397c76a86f92cc9bf20fa4eb6d4c15a67ed8196644c143c37e945f382229a63335 telepathy-glib-0.24.1.tar.gz" +sha512sums="5d83629602c91cfde7d9da2fc884a8ed222220bd5eb53701a111e140f9167c2ad326b778ceca5bbd79a180901e7ab395a870d595dcf3790b0cf4037757f222f3 telepathy-glib-0.24.2.tar.gz" |