[arch-commits] Commit in telepathy-mission-control/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Aug 27 21:48:34 UTC 2020


    Date: Thursday, August 27, 2020 @ 21:48:34
  Author: arojas
Revision: 394809

Update to 5.16.6

Modified:
  telepathy-mission-control/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 21:42:59 UTC (rev 394808)
+++ PKGBUILD	2020-08-27 21:48:34 UTC (rev 394809)
@@ -5,8 +5,8 @@
 # Contributor: Andreas Zwinkau <beza1e1 at web.de>
 
 pkgname=telepathy-mission-control
-pkgver=5.16.5
-pkgrel=2
+pkgver=5.16.6
+pkgrel=1
 pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
 arch=(x86_64)
 url="http://telepathy.freedesktop.org/wiki/Mission Control"
@@ -13,19 +13,12 @@
 license=(LGPL2.1)
 depends=(telepathy-glib dconf libnm)
 makedepends=(libxslt python gtk-doc)
-source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
-        tmc-glib-2.64.patch::"https://gitlab.freedesktop.org/telepathy/telepathy-mission-control/commit/d8dab08f.patch")
-sha256sums=('4c6b433b8b9079fd7df3e29aefcad6755a2081a9a634ffb6b33936c7d0d8bd03'
-            'SKIP'
-            'd28f42c32467c341b2b7fb5ab48e816aa000aeca3d9131edb799740fef8439bd')
+source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('2df8ae3995e919a7670e01aa3568215ef0777e34961ace1cac1c6477cb297a45'
+            'SKIP')
 validpgpkeys=(38FDAD7D73CE1AE7A16200291F3845DD1432A9FB  # Georgios Kiagiadakis <gkiagia at tolabaki.gr>
               AA33B0D27868E36C151780F0FE0B6D736B1195ED) # Alexandr Akulich <akulichalexander at gmail.com>
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../tmc-glib-2.64.patch # Fix spaces in property name
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \



More information about the arch-commits mailing list