python-discid: update url

git-svn-id: http://svn.kraehen.org/aur@203 04e22907-73ef-438a-a52f-a971dc6d3b47
This commit is contained in:
Johannes Dewender 2013-01-26 19:31:56 +00:00
parent 7cf5071c40
commit b014e171ac
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
pkgbase = python-discid
pkgdesc = Python binding of Libdiscid
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/JonnyJD/python-discid
pkgrel = 2
url = https://python-discid.readthedocs.org/
arch = any
license = LGPL3
depends = python

View file

@ -3,10 +3,10 @@ pkgname=python-discid
_pkgname=discid
_python=python
pkgver=0.1.0
pkgrel=1
pkgrel=2
pkgdesc="Python binding of Libdiscid"
arch=('any')
url="https://github.com/JonnyJD/python-discid"
url="https://python-discid.readthedocs.org/"
license=('LGPL3')
depends=('python' 'libdiscid')
makedepends=()