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

Balló György bgyorgy at archlinux.org
Wed Jan 10 15:11:03 UTC 2018


    Date: Wednesday, January 10, 2018 @ 15:11:03
  Author: bgyorgy
Revision: 281037

upgpkg: python-telepathy 0.15.19-8

Adopt the package, use 'any' as arch, add missing validpgpkeys entry (FS#56950)

Modified:
  python-telepathy/trunk/PKGBUILD

----------+
 PKGBUILD |   32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-10 14:53:45 UTC (rev 281036)
+++ PKGBUILD	2018-01-10 15:11:03 UTC (rev 281037)
@@ -1,30 +1,32 @@
 # $Id$
-# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
+
 pkgbase=python-telepathy
+_realname=telepathy-python
 pkgname=('python2-telepathy')
 pkgver=0.15.19
-pkgrel=7
+pkgrel=8
 pkgdesc="Python libraries for use in Telepathy clients and connection managers"
-arch=('x86_64')
-url="http://telepathy.freedesktop.org"
+arch=('any')
+url="https://telepathy.freedesktop.org/"
 license=('LGPL')
 depends=('python2-dbus')
 makedepends=('libxslt')
-conflicts=('python-telepathy')
-replaces=('python-telepathy')
-source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz{,.asc})
-md5sums=('f7ca25ab3c88874015b7e9728f7f3017'
-         '3f0e1af0452d62a0c0aab916e045579c')
+source=(https://telepathy.freedesktop.org/releases/$_realname/$_realname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('19C969DE3A8B96A15366F87F46CCD4CDC88AC059') # Louis-Francis Ratté-Boulianne
+sha256sums=('244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376'
+            'SKIP')
 
 build() {
-    cd "${srcdir}/telepathy-python-${pkgver}"
-    ./configure --prefix=/usr
-    make
+  cd $_realname-$pkgver
+  ./configure --prefix=/usr
+  make
 }
 
 package_python2-telepathy() {
-    cd "${srcdir}/telepathy-python-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-    python2 -m compileall "${pkgdir}/usr/lib/python2.7/site-packages/telepathy/"
+  cd $_realname-$pkgver
+  make DESTDIR="$pkgdir" install
+  python2 -m compileall "$pkgdir/usr/lib/python2.7/site-packages/telepathy/"
 }



More information about the arch-commits mailing list