mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 18:52:33 +01:00
python-discid: 0.3.0
This commit is contained in:
parent
e0048c717b
commit
9c1939d7fb
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,15 +1,15 @@
|
|||
pkgbase = python-discid
|
||||
pkgdesc = Python binding of Libdiscid
|
||||
pkgver = 0.2.1
|
||||
pkgrel = 2
|
||||
pkgver = 0.3.0
|
||||
pkgrel = 1
|
||||
url = https://python-discid.readthedocs.org/
|
||||
arch = any
|
||||
license = LGPL3
|
||||
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
|
||||
source = http://pypi.python.org/packages/source/d/discid/discid-0.3.0.tar.gz
|
||||
md5sums = 392369aa5b25552b45ef7e4c28b125ce
|
||||
|
||||
pkgname = python-discid
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
pkgname=python-discid
|
||||
_pkgname=discid
|
||||
_python=python
|
||||
pkgver=0.2.1
|
||||
pkgrel=2
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Python binding of Libdiscid"
|
||||
arch=('any')
|
||||
url="https://python-discid.readthedocs.org/"
|
||||
|
|
@ -13,7 +13,7 @@ makedepends=()
|
|||
conflicts=()
|
||||
options=(!emptydirs)
|
||||
source=(http://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz)
|
||||
md5sums=('f254e552836cd8e3d2ceb0c8de026263')
|
||||
md5sums=('392369aa5b25552b45ef7e4c28b125ce')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue