mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 00:22:36 +01:00
python-discid: versioned depends
This commit is contained in:
parent
3a20633f34
commit
e0048c717b
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue