mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 18:42:33 +01:00
python-discid: 1.1.0
This commit is contained in:
parent
cc58a587e7
commit
8b02b62396
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-discid
|
||||
pkgdesc = Python binding of Libdiscid
|
||||
pkgver = 1.0.3
|
||||
pkgver = 1.1.0
|
||||
pkgrel = 1
|
||||
url = https://python-discid.readthedocs.org/
|
||||
arch = any
|
||||
|
|
@ -8,8 +8,8 @@ pkgbase = python-discid
|
|||
depends = python>=3.1
|
||||
depends = libdiscid>=0.2.2
|
||||
options = !emptydirs
|
||||
source = http://pypi.python.org/packages/source/d/discid/discid-1.0.3.tar.gz
|
||||
md5sums = 8d9b2f329365ddc94aa8a37f3e45b397
|
||||
source = http://pypi.python.org/packages/source/d/discid/discid-1.1.0.tar.gz
|
||||
md5sums = 2ad2141452dd10b03ad96ccdad075235
|
||||
|
||||
pkgname = python-discid
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=python-discid
|
||||
_pkgname=discid
|
||||
_python=python
|
||||
pkgver=1.0.3
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Python binding of Libdiscid"
|
||||
arch=('any')
|
||||
|
|
@ -13,7 +13,7 @@ makedepends=()
|
|||
conflicts=()
|
||||
options=(!emptydirs)
|
||||
source=(http://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz)
|
||||
md5sums=('8d9b2f329365ddc94aa8a37f3e45b397')
|
||||
md5sums=('2ad2141452dd10b03ad96ccdad075235')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue