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

Kyle Keen kkeen at nymeria.archlinux.org
Sat Nov 9 15:10:57 UTC 2013


    Date: Saturday, November 9, 2013 @ 16:10:57
  Author: kkeen
Revision: 100721

upgpkg: python-irc 8.5.3-1, fix FS#37708

Modified:
  python-irc/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-09 15:10:06 UTC (rev 100720)
+++ PKGBUILD	2013-11-09 15:10:57 UTC (rev 100721)
@@ -6,9 +6,10 @@
 
 pkgbase=python-irc
 pkgname=('python-irc' 'python2-irc')
-pkgver=8.5.1
+pkgver=8.5.3
 pkgrel=1
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
+depends=('python-six')
 makedepends=('python-setuptools' 'python2-setuptools')
 #checkdepends=('python-pytest' 'python2-pytest')  # AUR packages
 arch=('any')
@@ -15,7 +16,7 @@
 url="http://pypi.python.org/pypi/irc"
 license=('LGPL')
 source=(http://pypi.python.org/packages/source/i/irc/irc-$pkgver.zip)
-md5sums=('6588ecc709df2220d0a4474c71b4e434')
+md5sums=('33b8b8dd19ff0243cd2709595f4d466e')
 
 build() {
   cd "$srcdir"
@@ -24,7 +25,7 @@
 
 package_python2-irc()
 {
-  depends=('python2')
+  depends=('python2-six')
 
   cd "$srcdir/irc2-$pkgver"
   python2 setup.py install --root="$pkgdir" --optimize=0
@@ -33,7 +34,7 @@
 
 package_python-irc()
 {
-  depends=('python')
+  depends=('python-six')
 
   cd "$srcdir/irc-$pkgver"
   export LC_ALL=en_US.UTF-8




More information about the arch-commits mailing list