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

Antonio Rojas arojas at archlinux.org
Fri Apr 12 18:51:51 UTC 2019


    Date: Friday, April 12, 2019 @ 18:51:49
  Author: arojas
Revision: 350668

https

Modified:
  telepathy-salut/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-12 18:50:26 UTC (rev 350667)
+++ PKGBUILD	2019-04-12 18:51:49 UTC (rev 350668)
@@ -7,14 +7,15 @@
 pkgrel=5
 pkgdesc="A link-local XMPP connection manager for Telepathy"
 arch=('x86_64')
-url="http://telepathy.freedesktop.org"
+url="https://telepathy.freedesktop.org"
 groups=('telepathy')
 license=('LGPL')
 depends=('telepathy-glib' 'avahi' 'libsoup' 'util-linux')
 makedepends=('libxslt' 'python2' 'python' 'xmldiff')
 install=telepathy-salut.install
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7516e6f6fa56a61054413a03642b938d')
+source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('70b9108ac8b511b7688e1b580de4ddb8981603c3cbde01f287ef8f9cb708618e'
+            'SKIP')
 
 build() {
     cd "$pkgname-$pkgver"



More information about the arch-commits mailing list