mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 17:12:34 +01:00
python-discid: update url
git-svn-id: http://svn.kraehen.org/aur@203 04e22907-73ef-438a-a52f-a971dc6d3b47
This commit is contained in:
parent
7cf5071c40
commit
b014e171ac
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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=()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue