mirror of
https://github.com/archlinux/aur.git
synced 2026-03-09 21:10:15 +01:00
texttable: update to 0.8.3
This commit is contained in:
parent
5d61d75389
commit
bf63d67f8c
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Daniel YC Lin <dlin.tw at gmail>
|
||||
|
||||
pkgname=python-texttable
|
||||
pkgver=0.8.2
|
||||
pkgver=0.8.3
|
||||
pkgrel=1
|
||||
pkgdesc="Generate a formatted text table using ASCII characters."
|
||||
arch=('any')
|
||||
|
|
@ -13,7 +13,7 @@ license=('LGPL')
|
|||
depends=('python')
|
||||
options=('!emptydirs')
|
||||
source=("https://pypi.python.org/packages/source/t/texttable/texttable-${pkgver}.tar.gz")
|
||||
sha512sums=('af37f9bcbcf59e7887af612c36c93cb1cd98f5e724c2db91a81320d69d77aa662d5c0ed2e3dcd5a5f48c957e14682deae0fa7e026ecbc5f7803cc8bd151aeb28')
|
||||
sha512sums=('d9a50f6fd9cd2a6d55afd5e686ac8ff2b2ebcf8c8041209ffae3e3864529c54a384840a65df2b87a942528005ca864d00bb01dfaeb33308843c01db7471931c8')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/texttable-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue