[arch-commits] Commit in python-tabulate/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Sep 25 09:07:14 UTC 2019


    Date: Wednesday, September 25, 2019 @ 09:07:13
  Author: dvzrv
Revision: 511727

upgpkg: python-tabulate 0.8.4-1

Upgrading to 0.8.4.

Modified:
  python-tabulate/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-25 08:50:48 UTC (rev 511726)
+++ PKGBUILD	2019-09-25 09:07:13 UTC (rev 511727)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 _name=tabulate
 pkgname=python-tabulate
-pkgver=0.8.3
-pkgrel=3
+pkgver=0.8.4
+pkgrel=1
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate"
@@ -14,7 +14,7 @@
             'python-pandas: pandas.DataFrame support'
             'python-wcwidth: wide-character support')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
+sha512sums=('1a71e8f7d4eea9c03c7ab327fc919ecb367aeaa2b075b5c9bccf394e308c74c3451a4d99f9361847499d89de751face469e981e7dce519c9a8cb658c37b3363e')
 
 build() {
   cd "${_name}-$pkgver"
@@ -33,6 +33,6 @@
     --optimize=1 \
     --prefix=/usr \
     --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



More information about the arch-commits mailing list