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

Jelle van der Waa jelle at archlinux.org
Sun Oct 29 12:06:24 UTC 2017


    Date: Sunday, October 29, 2017 @ 12:06:22
  Author: jelle
Revision: 308579

upgpkg: bitlbee 3.5.1-2

remove AUR optdep skype4py

Modified:
  bitlbee/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-29 06:02:01 UTC (rev 308578)
+++ PKGBUILD	2017-10-29 12:06:22 UTC (rev 308579)
@@ -8,7 +8,7 @@
 
 pkgname=bitlbee
 pkgver=3.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
 url='http://www.bitlbee.org/'
 license=('GPL')
@@ -15,8 +15,7 @@
 arch=('i686' 'x86_64')
 depends=('gnutls' 'glib2')
 makedepends=('python' 'libotr')
-optdepends=('skype4py: to use skyped'
-            'libotr: for OTR encryption support')
+optdepends=('libotr: for OTR encryption support')
 source=("https://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz"
         'bitlbee.tmpfiles')
 sha1sums=('de0767facdb7729253ae4d6ef6e3637ebd54939a'
@@ -37,8 +36,7 @@
     --systemdsystemunitdir=/usr/lib/systemd/system \
     --ssl=gnutls \
     --strip=0 \
-    --otr=plugin \
-    --skype=plugin
+    --otr=plugin
 
   make
 }



More information about the arch-commits mailing list