From e0048c717b24fef53522a93826990d239952edea Mon Sep 17 00:00:00 2001 From: Johannes Dewender Date: Wed, 20 Feb 2013 18:16:11 +0100 Subject: [PATCH] python-discid: versioned depends --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5e5d0ee84a6d..20e8d658e7ec 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = python-discid pkgdesc = Python binding of Libdiscid pkgver = 0.2.1 - pkgrel = 1 + pkgrel = 2 url = https://python-discid.readthedocs.org/ arch = any license = LGPL3 - depends = python - depends = libdiscid + depends = python>=3.1 + depends = libdiscid>=0.2.2 options = !emptydirs source = http://pypi.python.org/packages/source/d/discid/discid-0.2.1.tar.gz md5sums = f254e552836cd8e3d2ceb0c8de026263 diff --git a/PKGBUILD b/PKGBUILD index 683ecf6afede..0c63b53ece3e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,12 @@ pkgname=python-discid _pkgname=discid _python=python pkgver=0.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python binding of Libdiscid" arch=('any') url="https://python-discid.readthedocs.org/" license=('LGPL3') -depends=('python' 'libdiscid') +depends=('python>=3.1' 'libdiscid>=0.2.2') makedepends=() conflicts=() options=(!emptydirs)