mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
community/py3-prettytable: fix url
This commit is contained in:
parent
79d5371205
commit
c73f488a21
@ -3,9 +3,9 @@
|
|||||||
pkgname=py3-prettytable
|
pkgname=py3-prettytable
|
||||||
_pkgname=prettytable
|
_pkgname=prettytable
|
||||||
pkgver=0.7.2
|
pkgver=0.7.2
|
||||||
pkgrel=10
|
pkgrel=11
|
||||||
pkgdesc="Python library for easily displaying tabular data"
|
pkgdesc="Python library for easily displaying tabular data"
|
||||||
url="https://code.google.com/p/prettytable"
|
url="https://github.com/jazzband/prettytable"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
depends="python3 !py3-prettytable3"
|
depends="python3 !py3-prettytable3"
|
||||||
@ -31,4 +31,6 @@ package() {
|
|||||||
chmod a+rX "$pkgdir"/usr/lib/python3*/site-packages/*.egg-info/*
|
chmod a+rX "$pkgdir"/usr/lib/python3*/site-packages/*.egg-info/*
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="84611b9ad11bd428cdb00795e0a9baff44d027331b73ed1742596acda8acc8aca3df4276fa2f2ca2289f10b2989b3c86556de70bca6a9773b15cd80c54c33117 prettytable-0.7.2.tar.gz"
|
sha512sums="
|
||||||
|
84611b9ad11bd428cdb00795e0a9baff44d027331b73ed1742596acda8acc8aca3df4276fa2f2ca2289f10b2989b3c86556de70bca6a9773b15cd80c54c33117 prettytable-0.7.2.tar.gz
|
||||||
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user