python-discid: versioned depends

This commit is contained in:
Johannes Dewender 2013-02-20 18:16:11 +01:00
parent 3a20633f34
commit e0048c717b
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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)