mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
[skip-ci] python2-dnspython: added replaces/conflicts/provides array
This commit is contained in:
parent
acc80ed9fb
commit
eeae6b98fa
@ -1,7 +1,7 @@
|
||||
pkgname=(python3-dnspython python2-dnspython)
|
||||
pkgbase=python-dnspython
|
||||
pkgver=1.15.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A DNS toolkit for Python"
|
||||
arch=('any')
|
||||
url="http://www.dnspython.org"
|
||||
@ -14,6 +14,9 @@ sha256sums=('11598ae5735746e63921f8eebdfdee4a2e7d0ba842ebd57ba02682d4aed8244b'
|
||||
|
||||
package_python2-dnspython() {
|
||||
depends=('python2')
|
||||
replaces=('python2-dns')
|
||||
conflicts=('python2-dns')
|
||||
provides=('pthon2-dns')
|
||||
|
||||
cd "$srcdir"/dnspython-$pkgver
|
||||
python2 setup.py install --root="$pkgdir"
|
||||
|
Loading…
Reference in New Issue
Block a user