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

Felix Yan fyan at archlinux.org
Tue Feb 2 14:49:40 UTC 2016


    Date: Tuesday, February 2, 2016 @ 15:49:39
  Author: fyan
Revision: 159978

upgpkg: python-sortedcontainers 1.4.4-2

fix dependencies

Modified:
  python-sortedcontainers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-02 14:48:12 UTC (rev 159977)
+++ PKGBUILD	2016-02-02 14:49:39 UTC (rev 159978)
@@ -4,7 +4,7 @@
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
 license=('Apache')
@@ -35,7 +35,7 @@
 }
 
 package_python-sortedcontainers() {
-  depends=('python-yaml')
+  depends=('python')
 
   cd sorted_containers
   python setup.py install --root="${pkgdir}" --optimize=1
@@ -42,7 +42,7 @@
 }
 
 package_python2-sortedcontainers() {
-  depends=('python2-yaml')
+  depends=('python2')
 
   cd sorted_containers-py2
   python2 setup.py install --root="${pkgdir}" --optimize=1



More information about the arch-commits mailing list